Time Reset - Filter Before

NiCELogFileProvider.Correlated.Before.TimerReset.UMT (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource NiCELogFileProvider.Correlated.Before.DS Default
OnDemandReset ProbeAction System.PassThroughProbe Default
TimerCondition ConditionDetection System.TimerCondition Default

Source Code:

<UnitMonitorType ID="NiCELogFileProvider.Correlated.Before.TimerReset.UMT" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="ResetRaised" NoDetection="false"/>
<MonitorTypeState ID="EventRaised" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>NiCESchedulerSchema</SchemaType>
<SchemaType>NiCELogFileProviderSchema</SchemaType>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Schedule" type="SchedulerConfigType" minOccurs="0" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimerWaitInSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LogFileProvider" type="LogFileProviderConfigType" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExpressionA" type="ExpressionType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExpressionB" type="ExpressionType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Correlator" type="CorrelatorType"/>
</Configuration>
<OverrideableParameters/>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="NiCELogFileProvider.Correlated.Before.DS">
<Schedule>$Config/Schedule$</Schedule>
<LogFileProvider>$Config/LogFileProvider$</LogFileProvider>
<ExpressionA>$Config/ExpressionA$</ExpressionA>
<ExpressionB>$Config/ExpressionB$</ExpressionB>
<Correlator>$Config/Correlator$</Correlator>
</DataSource>
<ProbeAction ID="OnDemandReset" TypeID="System!System.PassThroughProbe"/>
<ConditionDetection ID="TimerCondition" TypeID="System!System.TimerCondition">
<TimerWaitInSeconds>$Config/TimerWaitInSeconds$</TimerWaitInSeconds>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="EventRaised">
<Node ID="DS"/>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ResetRaised">
<Node ID="TimerCondition">
<Node ID="DS"/>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="ResetRaised">
<Node ID="OnDemandReset"/>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>