Acer.Server.OOB.PowerMonitor

Acer.Server.OOB.PowerMonitor (UnitMonitor)

This Unit Monitor fetches the health state of the power. The state can be one of the following three types: Healthy, Warning, Critical

Knowledge Base article:

Summary

This Unit Monitor fetches the health state of the power. The state can be one of the following three types: Healthy, Warning, Critical

Causes

The causes include power supply fails or power supply input lost etc.

Resolutions

Check power supply.

Additional Information

Launch Smart Console to check the sensor readings.

External Knowledge Sources

Check sensor and event information in the IPMI specification.

Element properties:

TargetAcer.Server.OOB.Power
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeAcer.Server.OOB.3StateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Acer.Server.OOB.PowerMonitor" Accessibility="Public" Enabled="true" Target="Acer.Server.OOB.Power" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Acer.Server.OOB.3StateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId3c772fbc94634be1a88954cf849eb03b" MonitorTypeStateID="CriticalState" HealthState="Error"/>
<OperationalState ID="UIGeneratedOpStateIda818d5bae3b9430299c1ef5d22afa175" MonitorTypeStateID="WarningState" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdd728b31360104741bb9b5343dc911083" MonitorTypeStateID="OKState" HealthState="Success"/>
</OperationalStates>
<Configuration>
<CriticalEventID>2</CriticalEventID>
<WarningEventID>1</WarningEventID>
<OKEventID>0</OKEventID>
</Configuration>
</UnitMonitor>