System.SnmpProbe.RepeatedEventTimer2StateMonitorType (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
RepeatedDataSource DataSource System.SnmpQueryProvider Default
OnDemandReset ProbeAction System.PassThroughProbe Default
RepeatedDataCondition ConditionDetection System.ConsolidatorCondition Default
RepeatedFilterCondition ConditionDetection System.ExpressionFilter Default
TimerCondition ConditionDetection System.TimerCondition Default

Source Code:

<UnitMonitorType ID="System.SnmpProbe.RepeatedEventTimer2StateMonitorType" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="RepeatedEventRaised"/>
<MonitorTypeState ID="TimerEventRaised"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
<SchemaType>System.SnmpVarBindsSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="RepeatedInterval" type="xsd:integer"/>
<xsd:element name="RepeatedIsWriteAction" type="xsd:boolean"/>
<xsd:element name="RepeatedIP" type="xsd:string"/>
<xsd:element name="RepeatedCommunityString" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="RepeatedVersion" type="xsd:string"/>
<xsd:element name="RepeatedSnmpVarBinds" type="SnmpVarBindsType"/>
<xsd:element name="RepeatedExpression" type="ExpressionType"/>
<xsd:element name="Consolidator" type="ConsolidatorType"/>
<xsd:element name="TimerWaitInSeconds" type="xsd:integer"/>
</Configuration>
<MonitorImplementation>
<MemberModules>
<DataSource TypeID="System.SnmpQueryProvider" ID="RepeatedDataSource">
<Interval>$Config/RepeatedInterval$</Interval>
<IsWriteAction>$Config/RepeatedIsWriteAction$</IsWriteAction>
<IP>$Config/RepeatedIP$</IP>
<CommunityString>$Config/RepeatedCommunityString$</CommunityString>
<Version>$Config/RepeatedVersion$</Version>
<SnmpVarBinds>$Config/RepeatedSnmpVarBinds$</SnmpVarBinds>
</DataSource>
<ProbeAction TypeID="System!System.PassThroughProbe" ID="OnDemandReset"/>
<ConditionDetection TypeID="System!System.ExpressionFilter" ID="RepeatedFilterCondition">
<Expression>$Config/RepeatedExpression$</Expression>
</ConditionDetection>
<ConditionDetection TypeID="System!System.ConsolidatorCondition" ID="RepeatedDataCondition">
<Consolidator>$Config/Consolidator$</Consolidator>
</ConditionDetection>
<ConditionDetection TypeID="System!System.TimerCondition" ID="TimerCondition">
<TimerWaitInSeconds>$Config/TimerWaitInSeconds$</TimerWaitInSeconds>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="RepeatedEventRaised">
<Node ID="RepeatedDataCondition">
<Node ID="RepeatedFilterCondition">
<Node ID="RepeatedDataSource"/>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="TimerEventRaised">
<Node ID="TimerCondition">
<Node ID="RepeatedDataCondition">
<Node ID="RepeatedFilterCondition">
<Node ID="RepeatedDataSource"/>
</Node>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="TimerEventRaised">
<Node ID="OnDemandReset"/>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>