Fan

A10.Monitor.Fan (UnitMonitor)

Description for the new unit monitor.

Element properties:

TargetA10.Fan
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeA10.MonitorType.LessThanThreshold
RemotableTrue
AccessibilityInternal
Alert Message
Fan
RunAsDefault

Source Code:

<UnitMonitor ID="A10.Monitor.Fan" Accessibility="Internal" Enabled="true" Target="A10.Fan" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="A10.MonitorType.LessThanThreshold" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="A10.Monitor.Fan.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ThresholdOK" MonitorTypeStateID="ThresholdOK" HealthState="Success"/>
<OperationalState ID="ThresholdError" MonitorTypeStateID="ThresholdError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Interval>30</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>1</Value>
</ValueExpression>
<Operator>Greater</Operator>
<ValueExpression>
<Value>0</Value>
</ValueExpression>
</SimpleExpression>
</PreProbeFilter>
<OID>$Target/Property[Type="A10.Base"]/OID$</OID>
<Threshold>0</Threshold>
</Configuration>
</UnitMonitor>