Two State - Not Filtered

NiCEFileAgeProvider.TwoState.UMT (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource NiCEFileAgeProvider.DS Default
FilterForHealthy ConditionDetection System.ExpressionFilter Default
FilterForWarningOrCritical ConditionDetection System.ExpressionFilter Default

Source Code:

<UnitMonitorType ID="NiCEFileAgeProvider.TwoState.UMT" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="StateIsHealthy" NoDetection="false"/>
<MonitorTypeState ID="StateIsWarningOrCritical" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>NiCESchedulerSchema</SchemaType>
<SchemaType>NiCEFileAgeProviderSchema</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="FileAgeProvider" type="FileAgeProviderConfigType" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExpressionHealthy" type="ExpressionType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExpressionWarning" type="ExpressionType"/>
</Configuration>
<OverrideableParameters/>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="NiCEFileAgeProvider.DS">
<Schedule>$Config/Schedule$</Schedule>
<FileAgeProvider>$Config/FileAgeProvider$</FileAgeProvider>
</DataSource>
<ConditionDetection ID="FilterForHealthy" TypeID="System!System.ExpressionFilter">
<Expression>$Config/ExpressionHealthy$</Expression>
</ConditionDetection>
<ConditionDetection ID="FilterForWarningOrCritical" TypeID="System!System.ExpressionFilter">
<Expression>$Config/ExpressionWarning$</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="StateIsHealthy">
<Node ID="FilterForHealthy">
<Node ID="DS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="StateIsWarningOrCritical">
<Node ID="FilterForWarningOrCritical">
<Node ID="DS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>