Cluster Used Capacity (\%) Rule

AP.Isilon.Perf.Cluster.UsedCapacity.Percentage (Rule)

Collect Isilon Cluster Used Capacity Percentage

Knowledge Base article:

Summary

Isilon Capacity Percentage Rule, uses SNMP via a Powershell Script to calculate used capacity on an Isilon Cluster as a percentage.

SNMP Information

SNMP OIDs Used;

Element properties:

TargetAP.Isilon.Cluster
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="AP.Isilon.Perf.Cluster.UsedCapacity.Percentage" Target="AP.Isilon.Cluster" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="AP.Isilon.DataSource.Performance.SNMP.Percentage">
<IntervalSeconds>3600</IntervalSeconds>
<NoOfRetries>3</NoOfRetries>
<Timeout>120</Timeout>
<IP>$Target/Property[Type="AP.Isilon.Cluster"]/IPAddress$</IP>
<Community>$Target/Property[Type="AP.Isilon.Cluster"]/Community$</Community>
<SnmpVarBinds>
<SnmpVarBind>
<!-- .iso.org.dod.internet.private.enterprises.isilon.cluster.ifsFilesystem.ifsUsedBytes.0 -->
<OID>.1.3.6.1.4.1.12124.1.3.2.0</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<!-- .iso.org.dod.internet.private.enterprises.isilon.cluster.ifsFilesystem.ifsTotalBytes.0 -->
<OID>.1.3.6.1.4.1.12124.1.3.1.0</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<ObjectName>Cluster</ObjectName>
<CounterName>Used Capacity(%)</CounterName>
<InstanceName/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>