GT APC PDU Load Status

GT.APC.PDU.Rule.rPDULoadStatusLoadState (Rule)

SCOM Rule that polls and logs APC PDU Units.

References:
http://support.ipmonitor.com/mibs/POWERNET-MIB/info.aspx

POWERNET-MIB : rPDULoadStatusLoadState

Name
rPDULoadStatusLoadState

Oid
1.3.6.1.4.1.318.1.1.12.2.3.1.1.3.1

Path
iso . org . dod . internet . private . enterprises . apc . products . hardware . rPDU . rPDULoad . rPDULoadStatus . rPDULoadStatusTable . rPDULoadStatusEntry . rPDULoadStatusLoadState

Type
Integer

Known Values
phaseLoadNormal (1)
phaseLoadLow (2)
phaseLoadNearOverload (3)
phaseLoadOverload (4)

Access
read-only

Status
mandatory

Description

Getting this OID will return the phase/bank load state.

phaseLoadNormal(1) indicates that the phase/bank is operating properly within the rPDULoadConfigLowLoadThreshold and rPDULoadConfigNearOverloadThreshold OID values.

phaseLoadLow(2) indicates that the phase/bank load has dropped below the rPDULoadConfigLowLoadThreshold OID value. An SNMP trap will occur when this state is entered or cleared.

phaseLoadNearOverload(3) indicates that the phase/bank load is greater than or equal to the rPDULoadConfigNearOverloadThreshold OID value. An SNMP trap will occur when this state is entered or cleared.

phaseLoadOverload(4) indicates that the phase/bank load is greater than or equal to the rPDULoadConfigOverloadThreshold OID value. An SNMP trap will occur when this state is entered or cleared.

Element properties:

TargetGT.APC.PDU.Device
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.SnmpPerformanceDataSource Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="GT.APC.PDU.Rule.rPDULoadStatusLoadState" Enabled="false" Target="GT.APC.PDU.Device" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="NetworkLibrary!System.NetworkManagement.SnmpPerformanceDataSource">
<Interval>600</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>500</Timeout>
<Port>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/PortNumber$</Port>
<IP>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</IP>
<Version>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPVersion$</Version>
<SnmpVarBinds>
<SnmpVarBind>
<OID>1.3.6.1.4.1.318.1.1.12.2.3.1.1.3.1</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<ObjectName>Snmp Performance Object</ObjectName>
<CounterName>$Data/SnmpVarBinds/SnmpVarBind[1]/OID$</CounterName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>