Monitor de Dois Estados Cronometrados de Interceptações Repetidas

System.NetworkManagement.RepeatedTrapTimer2StateMonitorType (UnitMonitorType)

Tipo de monitor de interceptações SNMP repetidas

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
TrapDataSource DataSource System.NetworkManagement.SnmpTrapProvider Default
OnDemandReset ProbeAction System.PassThroughProbe Default
RepeatedDataCondition ConditionDetection System.ConsolidatorCondition Default
TimerCondition ConditionDetection System.TimerCondition Default
TrapFilterCondition ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ConsolidationSecondsint$Config/ConsolidationSeconds$Tempo de Consolidação (Segundos)Em quanto tempo o número especificado de interceptações deve ser recebido para que ocorra uma alteração de estado, em segundos
MatchCountint$Config/MatchCount$Contagem de CorrespondênciasQuantas vezes a interceptação deve ser recebida para que ocorra uma alteração de estado
TimerResetSecondsint$Config/TimerResetSeconds$Redefinição do Timer (Segundos)A extensão de tempo, em segundos, antes da redefinição do timer do monitor

Source Code:

<UnitMonitorType ID="System.NetworkManagement.RepeatedTrapTimer2StateMonitorType" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="RepeatedTrapRaised" NoDetection="false"/>
<MonitorTypeState ID="TimerEventRaised" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="OIDProps" minOccurs="0" maxOccurs="1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="OIDProp" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TrapExpression" type="ExpressionType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ConsolidationSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MatchCount" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimerResetSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ConsolidationSeconds" Selector="$Config/ConsolidationSeconds$" ParameterType="int"/>
<OverrideableParameter ID="MatchCount" Selector="$Config/MatchCount$" ParameterType="int"/>
<OverrideableParameter ID="TimerResetSeconds" Selector="$Config/TimerResetSeconds$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="TrapDataSource" TypeID="NetworkLibrary!System.NetworkManagement.SnmpTrapProvider">
<IP>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</IP>
<CommunityString>$RunAs[Name="NetworkLibrary!System.NetworkManagement.Snmp.MonitoringAccount"]/CommunityString$</CommunityString>
<OIDProps>$Config/OIDProps$</OIDProps>
</DataSource>
<ProbeAction TypeID="System!System.PassThroughProbe" ID="OnDemandReset"/>
<ConditionDetection ID="TrapFilterCondition" TypeID="System!System.ExpressionFilter">
<Expression>$Config/TrapExpression$</Expression>
</ConditionDetection>
<ConditionDetection ID="RepeatedDataCondition" TypeID="System!System.ConsolidatorCondition">
<Consolidator>
<ConsolidationProperties/>
<TimeControl>
<WithinTimeSchedule>
<Interval>$Config/ConsolidationSeconds$</Interval>
</WithinTimeSchedule>
</TimeControl>
<CountingCondition>
<Count>$Config/MatchCount$</Count>
<CountMode>OnNewItemTestOutputRestart_OnTimerSlideByOne</CountMode>
</CountingCondition>
</Consolidator>
</ConditionDetection>
<ConditionDetection ID="TimerCondition" TypeID="System!System.TimerCondition">
<TimerWaitInSeconds>$Config/TimerResetSeconds$</TimerWaitInSeconds>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="RepeatedTrapRaised">
<Node ID="RepeatedDataCondition">
<Node ID="TrapFilterCondition">
<Node ID="TrapDataSource"/>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="TimerEventRaised">
<Node ID="TimerCondition">
<Node ID="RepeatedDataCondition">
<Node ID="TrapFilterCondition">
<Node ID="TrapDataSource"/>
</Node>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="TimerEventRaised">
<Node ID="OnDemandReset"/>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>