E9000.HMM.CPUUseage

Huawei.E9000.E9000.HMM.CPUUseage (Rule)

Element properties:

TargetE9000.Blade
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.SnmpPerformanceDataSource Default
CollectToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default

Source Code:

<Rule ID="Huawei.E9000.E9000.HMM.CPUUseage" Target="E9000.Blade" Enabled="true" 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>200</Timeout>
<Port>161</Port>
<IP>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</IP>
<Version>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPVersion$</Version>
<SnmpVarBinds>
<!-- Specifies the OID for system uptime. -->
<SnmpVarBind>
<OID>1.3.6.1.4.1.2011.2.82.1.82.4.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Key$.60.0</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<ObjectName>E9000.HMM.CPUUseage</ObjectName>
<CounterName>CPUUseageCounter</CounterName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
</WriteActions>
</Rule>