Event Monitor - Correlated event with Timer

System.ApplicationLog.W3CLog.CorrelatedEventTimer2StateMonitorType (UnitMonitorType)

Two states monitor, associate to correlated event and timer.

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
FirstCorrelatedDataSource DataSource System.ApplicationLog.W3CLogReader Default
SecondCorrelatedDataSource DataSource System.ApplicationLog.W3CLogReader Default
OnDemandReset ProbeAction System.PassThroughProbe Default
CorrelatedDataCondition ConditionDetection System.CorrelatorAutoCondition Default
FirstCorrelatedFilterCondition ConditionDetection System.ExpressionFilter Default
SecondCorrelatedFilterCondition ConditionDetection System.ExpressionFilter Default
TimerCondition ConditionDetection System.TimerCondition Default

Source Code:

<UnitMonitorType ID="System.ApplicationLog.W3CLog.CorrelatedEventTimer2StateMonitorType" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="CorrelatedEventRaised"/>
<MonitorTypeState ID="TimerEventRaised"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="FirstCorrelatedLogFileDirectory" type="xsd:string"/>
<xsd:element name="FirstCorrelatedLogFilePattern" type="xsd:string"/>
<xsd:element name="FirstCorrelatedLogIsUTF8" type="xsd:string"/>
<xsd:element name="FirstCorrelatedExpression" type="ExpressionType"/>
<xsd:element name="SecondCorrelatedLogFileDirectory" type="xsd:string"/>
<xsd:element name="SecondCorrelatedLogFilePattern" type="xsd:string"/>
<xsd:element name="SecondCorrelatedLogIsUTF8" type="xsd:string"/>
<xsd:element name="SecondCorrelatedExpression" type="ExpressionType"/>
<xsd:element name="Correlator" type="CorrelatorType"/>
<xsd:element name="TimerWaitInSeconds" type="xsd:integer"/>
</Configuration>
<MonitorImplementation>
<MemberModules>
<DataSource TypeID="System.ApplicationLog.W3CLogReader" ID="FirstCorrelatedDataSource">
<LogFileDirectory>$Config/FirstCorrelatedLogFileDirectory$</LogFileDirectory>
<LogFilePattern>$Config/FirstCorrelatedLogFilePattern$</LogFilePattern>
<LogIsUTF8>$Config/FirstCorrelatedLogIsUTF8$</LogIsUTF8>
</DataSource>
<DataSource TypeID="System.ApplicationLog.W3CLogReader" ID="SecondCorrelatedDataSource">
<LogFileDirectory>$Config/SecondCorrelatedLogFileDirectory$</LogFileDirectory>
<LogFilePattern>$Config/SecondCorrelatedLogFilePattern$</LogFilePattern>
<LogIsUTF8>$Config/SecondCorrelatedLogIsUTF8$</LogIsUTF8>
</DataSource>
<ProbeAction TypeID="System!System.PassThroughProbe" ID="OnDemandReset"/>
<ConditionDetection TypeID="System!System.ExpressionFilter" ID="FirstCorrelatedFilterCondition">
<Expression>$Config/FirstCorrelatedExpression$</Expression>
</ConditionDetection>
<ConditionDetection TypeID="System!System.ExpressionFilter" ID="SecondCorrelatedFilterCondition">
<Expression>$Config/SecondCorrelatedExpression$</Expression>
</ConditionDetection>
<ConditionDetection TypeID="System!System.CorrelatorAutoCondition" ID="CorrelatedDataCondition">
<Correlator>$Config/Correlator$</Correlator>
</ConditionDetection>
<ConditionDetection TypeID="System!System.TimerCondition" ID="TimerCondition">
<TimerWaitInSeconds>$Config/TimerWaitInSeconds$</TimerWaitInSeconds>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="CorrelatedEventRaised">
<Node ID="CorrelatedDataCondition">
<Node ID="FirstCorrelatedFilterCondition">
<Node ID="FirstCorrelatedDataSource"/>
</Node>
<Node ID="SecondCorrelatedFilterCondition">
<Node ID="SecondCorrelatedDataSource"/>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="TimerEventRaised">
<Node ID="TimerCondition">
<Node ID="CorrelatedDataCondition">
<Node ID="FirstCorrelatedFilterCondition">
<Node ID="FirstCorrelatedDataSource"/>
</Node>
<Node ID="SecondCorrelatedFilterCondition">
<Node ID="SecondCorrelatedDataSource"/>
</Node>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="TimerEventRaised">
<Node ID="OnDemandReset"/>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>