Network Adapter High Input Error Rate Monitor (if-mib etherStat)

System.NetworkManagement.NetworkAdapter.HighInputErrorRateThresholdMonitor.ifMIB_etherStat (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Intervalint$Config/Interval$IntervalThe number of seconds between monitor execution
NoOfRetriesint$Config/NoOfRetries$Number of RetriesThe number of times that the operation will retry if it times out
Timeoutint$Config/Timeout$TimeoutThe amount of time (in milliseconds) before the performance operation times out
Thresholdint$Config/Threshold$ThresholdThe threshold over which the performance value is measured
NumberOfMatchesint$Config/NumberOfMatches$Number of MatchesThe number of consecutive matches before changing health state

Source Code:

<UnitMonitorType ID="System.NetworkManagement.NetworkAdapter.HighInputErrorRateThresholdMonitor.ifMIB_etherStat" 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="OIDifHCInUcastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifHCInMulticastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifHCInBroadcastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifInDiscards" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifInErrors" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifInUnknownProtos" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDetherStatsUndersizePkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDetherStatsCRCAlignErrors" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDetherStatsFragments" 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.ifMIB_etherStat.InputErrorRate">
<Interval>$Config/Interval$</Interval>
<NoOfRetries>$Config/NoOfRetries$</NoOfRetries>
<Timeout>$Config/Timeout$</Timeout>
<OIDifHCInUcastPkts>$Config/OIDifHCInUcastPkts$</OIDifHCInUcastPkts>
<OIDifHCInMulticastPkts>$Config/OIDifHCInMulticastPkts$</OIDifHCInMulticastPkts>
<OIDifHCInBroadcastPkts>$Config/OIDifHCInBroadcastPkts$</OIDifHCInBroadcastPkts>
<OIDifInDiscards>$Config/OIDifInDiscards$</OIDifInDiscards>
<OIDifInErrors>$Config/OIDifInErrors$</OIDifInErrors>
<OIDifInUnknownProtos>$Config/OIDifInUnknownProtos$</OIDifInUnknownProtos>
<OIDetherStatsUndersizePkts>$Config/OIDetherStatsUndersizePkts$</OIDetherStatsUndersizePkts>
<OIDetherStatsCRCAlignErrors>$Config/OIDetherStatsCRCAlignErrors$</OIDetherStatsCRCAlignErrors>
<OIDetherStatsFragments>$Config/OIDetherStatsFragments$</OIDetherStatsFragments>
</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>