Monitor de umbral de alta frecuencia de colisión de adaptador de red (dot3)

System.NetworkManagement.NetworkAdapter.HighCollisionRateThresholdMonitor.MIB2_dot3 (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
ProbeDS DataSource System.NetworkManagement.SnmpPerformanceProvider.MIB2_dot3.CollisionPct Default
OperationStatusError ConditionDetection System.NetworkManagement.ExpressionFilter Default
OperationStatusSuccess ConditionDetection System.NetworkManagement.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Intervalint$Config/Interval$IntervaloLa cantidad de segundos entre ejecuciones del monitor
NoOfRetriesint$Config/NoOfRetries$Cantidad de reintentosLa cantidad de veces que la solicitud de datos de rendimiento se reintentará si se agota el tiempo de espera
Timeoutint$Config/Timeout$Tiempo de esperaLa cantidad de tiempo (en milisegundos) antes de que se agote el tiempo de espera de una solicitud de datos de rendimiento
Thresholdint$Config/Threshold$UmbralEl umbral por encima del cual se mide el valor de rendimiento calculado
NumberOfMatchesint$Config/NumberOfMatches$Cantidad de coincidenciasLa cantidad de coincidencias consecutivas antes de que el monitor cambie el estado de mantenimiento

Source Code:

<UnitMonitorType ID="System.NetworkManagement.NetworkAdapter.HighCollisionRateThresholdMonitor.MIB2_dot3" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="MTSThresholdSuccess" NoDetection="false"/>
<MonitorTypeState ID="MTSThresholdError" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element minOccurs="1" name="Interval" type="xsd:integer"/>
<xsd:element maxOccurs="1" name="NoOfRetries" type="xsd:unsignedInt"/>
<xsd:element maxOccurs="1" name="Timeout" type="xsd:unsignedInt"/>
<xsd:element minOccurs="1" name="NumberOfMatches" type="xsd:integer"/>
<xsd:element minOccurs="1" name="OIDifOutUcastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifOutNUcastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDdot3StatsSingleCollisionFrames" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDdot3StatsMultipleCollisionFrames" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDdot3StatsExcessiveCollisions" type="xsd:string"/>
<xsd:element minOccurs="1" name="Threshold" type="xsd:double"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Interval" Selector="$Config/Interval$" ParameterType="int"/>
<OverrideableParameter ID="NoOfRetries" Selector="$Config/NoOfRetries$" ParameterType="int"/>
<OverrideableParameter ID="Timeout" Selector="$Config/Timeout$" ParameterType="int"/>
<OverrideableParameter ID="Threshold" Selector="$Config/Threshold$" ParameterType="int"/>
<OverrideableParameter ID="NumberOfMatches" Selector="$Config/NumberOfMatches$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="ProbeDS" TypeID="System.NetworkManagement.SnmpPerformanceProvider.MIB2_dot3.CollisionPct">
<Interval>$Config/Interval$</Interval>
<NoOfRetries>$Config/NoOfRetries$</NoOfRetries>
<Timeout>$Config/Timeout$</Timeout>
<OIDifOutUcastPkts>$Config/OIDifOutUcastPkts$</OIDifOutUcastPkts>
<OIDifOutNUcastPkts>$Config/OIDifOutNUcastPkts$</OIDifOutNUcastPkts>
<OIDdot3StatsSingleCollisionFrames>$Config/OIDdot3StatsSingleCollisionFrames$</OIDdot3StatsSingleCollisionFrames>
<OIDdot3StatsMultipleCollisionFrames>$Config/OIDdot3StatsMultipleCollisionFrames$</OIDdot3StatsMultipleCollisionFrames>
<OIDdot3StatsExcessiveCollisions>$Config/OIDdot3StatsExcessiveCollisions$</OIDdot3StatsExcessiveCollisions>
</DataSource>
<ConditionDetection ID="OperationStatusSuccess" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>LessEqual</Operator>
<ValueExpression>
<Value Type="Double">$Config/Threshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<SuppressionSettings>
<MatchCount>$Config/NumberOfMatches$</MatchCount>
<SampleCount>$Config/NumberOfMatches$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
<ConditionDetection ID="OperationStatusError" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>Greater</Operator>
<ValueExpression>
<Value Type="Double">$Config/Threshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<SuppressionSettings>
<MatchCount>$Config/NumberOfMatches$</MatchCount>
<SampleCount>$Config/NumberOfMatches$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="MTSThresholdError">
<Node ID="OperationStatusError">
<Node ID="ProbeDS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="MTSThresholdSuccess">
<Node ID="OperationStatusSuccess">
<Node ID="ProbeDS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>