Storage Center Power Supply Status Monitor

Dell.Storage.ControllerPowerSupplyStatus.Monitor (UnitMonitor)

Description for the new unit monitor.

Knowledge Base article:

Summary

Monitors the status of a Controller Power Supply.

Causes

An unhealthy state indicates the status of this Controller Power Supply is down or degraded. This may be caused by a loose / bad / missing power cable, environmental power issues, or a faulty power supply. Check for alerts that may provide additional information regarding the status of this Controller Power Supply.

Resolutions

Contact Dell Technical Support if further assistance is required.

Element properties:

TargetDell.Storage.ControllerPowerSupply
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeDell.Storage.ControllerPowerSupplyStatus.MonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Dell.Storage.ControllerPowerSupplyStatus.Monitor" Accessibility="Public" Enabled="true" Target="Dell.Storage.ControllerPowerSupply" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Dell.Storage.ControllerPowerSupplyStatus.MonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Up" MonitorTypeStateID="Up" HealthState="Success"/>
<OperationalState ID="Down" MonitorTypeStateID="Down" HealthState="Error"/>
<OperationalState ID="Degraded" MonitorTypeStateID="Degraded" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>