Disk Write Rule

AP.Isilon.Perf.Disk.Write (Rule)

Collects Disk Write Bandwidth

Knowledge Base article:

Summary

Isilon Disk Write Rule, uses SNMP to collect DiskIO WRITE (Converted from Bits/s to Kb/s by a Powershell script).

SNMP Information

SNMP OIDs Used;

Element properties:

TargetAP.Isilon.Disk
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

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