Acer.Server.OOB.CoolingMonitor

Acer.Server.OOB.CoolingMonitor (UnitMonitor)

This Unit Monitor fetches the health state of the cooling device. The health 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 cooling device. The health state can be one of the following three types: Healthy, Warning, Critical

Causes

The causes include that the speed of fan is not normal or the temperature of the entire server is too high etc.

Resolutions

Check all fans are working normally or lower the server system temperatures.

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.Cooling
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeAcer.Server.OOB.3StateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

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