Cisco Switch: Voltage component status Health Monitor

Jalasoft.Xian.SmartManagementPacks.CiscoSwitches.VoltageComponentStatus.1.1 (AggregateMonitor)

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

Knowledge Base article:

Summary

The voltage component status has changed.

The chassis voltage component status has changed to one of the following states: normal, warning, critical, shutdown, not present or not functioning.

Causes

The component is normal when the chassis voltage status is ok; warning, when chassis voltage status is warning and chassis voltage above tolerances; critical, when chassis voltage status is critical fault and chassis may fail; shutdown, when the device should be shutdown immediately and chassis voltage is severe critical fault; not present, when chassis voltage sensor not present and operational status unknown and not functioning when chassis voltage sensor not functioning correctly.

The processor monitors the temperature inside the chassis, and the power supplies use the normal and critical levels to monitor power supply voltages. If the temperature exceeds a defined threshold within a power supply, the power supply turns off. If both power supplies turn off, the switch shuts down.

The critical status condition is typically caused by one of the following conditions: Loss of input power. (You turned off the power supply, or the input power source failed.) or the power supply detects an overvoltage, overcurrent, undervoltage, or overtemperature condition within the power supply.

Resolutions

Normal is the desired state. For all others, the component should be inspected and replaced if necessary. If the power supply reaches an overvoltage measurement level, the power supply can shut down the system. Immediate action is required.

Additional

Monitors the status of the voltage component.

Element properties:

TargetJalasoft.Xian.Common.Elements.ThirdParty.Cisco.JsXCiscoSwitchEnvSensorVoltageElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Cisco Switch Dependency Monitor
Cisco Switch Dependency Monitor.

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.CiscoSwitches.VoltageComponentStatus.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_Cisco!Jalasoft.Xian.Common.Elements.ThirdParty.Cisco.JsXCiscoSwitchEnvSensorVoltageElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="VoltageComponentStatus_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>