Nokia Firewall: Fan operational status Health Monitor

Jalasoft.Xian.SmartManagementPacks.NokiaFirewalls.FanOperationalStatus.1.1 (AggregateMonitor)

This monitor catches Xian events that notifies when the Fan operational status has changed its state.

Knowledge Base article:

Summary

Fan operational status has changed.

The fan operational status has changed from one of the following states to another: running, not running or not available.

Causes

The different states have the following characteristics: Running (when the fan is up and running). Not running (When the fan is down and not running). Not available (when the status is not available).

Resolutions

Verify if the fan is not working or it is burned. Replace if necessary.

Additional

Monitors the operational status of the fan on the Nokia Firewall.

Element properties:

TargetJalasoft.Xian.Common.Elements.ThirdParty.Nokia.JsXNokiaFirewallEnvSensorFanElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Fan operational status Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.NokiaFirewalls.FanOperationalStatus.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_Nokia!Jalasoft.Xian.Common.Elements.ThirdParty.Nokia.JsXNokiaFirewallEnvSensorFanElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="FanOperationalStatus_AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Params/Param[3]$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>