HP ProCurve Switch: Sensor status Health Monitor

Jalasoft.Xian.SmartManagementPacks.HPProCurveSwitches.SensorStatus.1.1 (AggregateMonitor)

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

Knowledge Base article:

Summary

Sensor status has changed.

Sensor status has changed to one of the following states: unknown, bad, warning, good or not present.

Causes

Good indicates an appropriate sensor status. All other states indicate an operational problem. Could be that the sensor was not working well.

Resolutions

Verify problem source through ProCurve switch sensor count. Troubleshoot to identify specific cause of the sensor status. Replace the sensor, or the entered device, it is not present review if the sensor is connected or has any problem.

Additional

Monitors sensor status.

Element properties:

TargetJalasoft.Xian.Common.Elements.ThirdParty.HP.JsXSensorElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Sensor status Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.HPProCurveSwitches.SensorStatus.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_HP!Jalasoft.Xian.Common.Elements.ThirdParty.HP.JsXSensorElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="SensorStatus_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>