Protocol Network Inbound Rule

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

Collect Isilon Protocol Inbound Network

Knowledge Base article:

Summary

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

SNMP Information

SNMP OIDs Used;

Element properties:

TargetAP.Isilon.Protocol
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="AP.Isilon.Perf.Protocol.Network.Inbound" Target="AP.Isilon.Protocol" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="AP.Isilon.DataSource.Performance.Protocol.NetworkInOut">
<IntervalSeconds>900</IntervalSeconds>
<InOrOut>Inbound</InOrOut>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>