Node Network Inbound Rule

AP.Isilon.Perf.Node.Network.Inbound (Rule)

Collect Isilon Node Inbound Network (Mb/s)

Knowledge Base article:

Summary

Isilon Node Network Bandwidth Inbound Rule, uses SNMP to collect Inbound Network Bandwidth (Converted from Bits/s to Mbits/s).

SNMP Information

SNMP OIDs Used;

Element properties:

TargetAP.Isilon.Node
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource AP.Isilon.DataSource.Performance.ConvertBitsToMb Default
CollectToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="AP.Isilon.Perf.Node.Network.Inbound" Target="AP.Isilon.Node" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="AP.Isilon.DataSource.Performance.ConvertBitsToMb">
<IntervalSeconds>600</IntervalSeconds>
<NoOfRetries>3</NoOfRetries>
<Timeout>120</Timeout>
<IP>$Target/Property[Type="AP.Isilon.Node"]/IPAddress$</IP>
<Community>$Target/Host/Property[Type="AP.Isilon.Cluster"]/Community$</Community>
<SnmpVarBinds>
<SnmpVarBind>
<!-- .iso.org.dod.internet.private.enterprises.isilon.node.nodePerformance.nodeNetworkPerf.nodeNetworkInBitsPerSecond.0 -->
<OID>.1.3.6.1.4.1.12124.2.2.2.2.0</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<ObjectName>Node</ObjectName>
<CounterName>Network</CounterName>
<InstanceName>Inbound</InstanceName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>