Monitor Fan Health

AP.F5.Base.Monitor.Fan.Health (UnitMonitor)

Monitors Device Fan Health

Knowledge Base article:

Summary

Uses SNMP to get Device Fan Status for the F5 Device.

Thresholds

SNMP Information

SNMP OIDs Used;

Element properties:

TargetAP.F5.Device.Fan
Parent MonitorSystem.Health.ConfigurationState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAP.F5.Monitor.FanHealth.Powershell
RemotableTrue
AccessibilityPublic
Alert Message
F5 Device Fan Status Change
Fan : {0}
F5 Device : {1} Status

Has changed Health State to {2} (0 = Bad, 1 = Good, 2 = Not Present)
RunAsDefault

Source Code:

<UnitMonitor ID="AP.F5.Base.Monitor.Fan.Health" Accessibility="Public" Enabled="true" Target="AP.F5.Device.Fan" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="AP.F5.Monitor.FanHealth.Powershell" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AP.F5.Base.Monitor.Fan.Health.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="AP.F5.Device.Fan"]/Name$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="AP.F5.Device"]/DeviceName$</AlertParameter2>
<AlertParameter3>$Data/Context/Property[@Name='FanHealth']$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="FanHealthy" MonitorTypeStateID="FanHealthy" HealthState="Success"/>
<OperationalState ID="FanUnHealthy" MonitorTypeStateID="FanUnHealthy" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<SyncTime/>
<Debug>false</Debug>
<DeviceAddress>$Target/Host/Host/Property[Type="AP.F5.Device"]/IPAddress$</DeviceAddress>
<DevicePort>$Target/Host/Host/Property[Type="AP.F5.Device"]/Port$</DevicePort>
<DeviceCommunity>$Target/Host/Host/Property[Type="AP.F5.Device"]/Community$</DeviceCommunity>
<FanIndex>$Target/Property[Type="AP.F5.Device.Fan"]/Index$</FanIndex>
</Configuration>
</UnitMonitor>