Input Packet Error Percentage (netcor base)

System.NetworkManagement.MIB2SNMP.NetworkAdapter.InputPacketErrorPct (Rule)

Collects the percentage of input packet errors

Knowledge Base article:

Summary

This rule collects the number of input packet errors, expressed as a percentage of the total number of input packets.

Element properties:

TargetSystem.NetworkManagement.MIB2SNMP_NetworkAdapter
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
ProbeDS DataSource System.NetworkManagement.SnmpPerformanceProvider.MIB2.InputErrorRate Default
CollectionFilter ConditionDetection System.NetworkManagement.ExpressionFilter Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="System.NetworkManagement.MIB2SNMP.NetworkAdapter.InputPacketErrorPct" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.MIB2SNMP_NetworkAdapter" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="ProbeDS" TypeID="System.NetworkManagement.SnmpPerformanceProvider.MIB2.InputErrorRate">
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<OIDifInUcastPkts>.1.3.6.1.2.1.2.2.1.11.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInUcastPkts>
<OIDifInNUcastPkts>.1.3.6.1.2.1.2.2.1.12.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInNUcastPkts>
<OIDifInDiscards>.1.3.6.1.2.1.2.2.1.13.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInDiscards>
<OIDifInErrors>.1.3.6.1.2.1.2.2.1.14.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInErrors>
<OIDifInUnknownProtos>.1.3.6.1.2.1.2.2.1.15.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInUnknownProtos>
<IsMIB2SNMP>true</IsMIB2SNMP>
</DataSource>
</DataSources>
<ConditionDetection ID="CollectionFilter" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression/>
<SuppressionSettings>
<MatchCount>3</MatchCount>
<SampleCount>3</SampleCount>
</SuppressionSettings>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>