CPU Usage

A10.Monitor.CPU_Usage (UnitMonitor)

If CPU usage exceeds the threshold, you will got a warning.

Element properties:

TargetA10.CPU
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeA10.MonitorType.CPU
RemotableTrue
AccessibilityInternal
Alert Message
CPU Usage
RunAsDefault

Source Code:

<UnitMonitor ID="A10.Monitor.CPU_Usage" Accessibility="Internal" Enabled="true" Target="A10.CPU" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="A10.MonitorType.CPU" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="A10.Monitor.CPU_Usage.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ThresholdOK" MonitorTypeStateID="ThresholdOK" HealthState="Success"/>
<OperationalState ID="ThresholdHigh" MonitorTypeStateID="ThresholdHigh" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<Interval>60</Interval>
<IPAddress>$Target/Host/Host/Host/Property[Type="SNL!System.NetworkManagement.Node"]/SNMPAddress$</IPAddress>
<Community>$RunAs[Name="SNL!System.NetworkManagement.Snmp.MonitoringAccount"]/CommunityString$</Community>
<SnmpVersion>2</SnmpVersion>
<PreProbeFilter>
<SimpleExpression>
<ValueExpression>
<Value>$Target/Property[Type="A10.CPU"]/Index$</Value>
</ValueExpression>
<Operator>Greater</Operator>
<ValueExpression>
<Value>0</Value>
</ValueExpression>
</SimpleExpression>
</PreProbeFilter>
<OID>.1.3.6.1.4.1.22610.2.4.1.3.2.1.2.$Target/Property[Type="A10.CPU"]/Index$</OID>
<Threshold>50</Threshold>
</Configuration>
</UnitMonitor>