Acer.Server.OOB.TemperatureMonitor

Acer.Server.OOB.TemperatureMonitor (UnitMonitor)

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

Causes

The causes include processor temperature is not normal etc.

Resolutions

Launch Smart Console to check the sensor readings.

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.Temperature
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.TemperatureMonitor" Accessibility="Public" Enabled="true" Target="Acer.Server.OOB.Temperature" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Acer.Server.OOB.3StateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId41189281ccbf4baead55a31db19a44f9" MonitorTypeStateID="CriticalState" HealthState="Error"/>
<OperationalState ID="UIGeneratedOpStateId8170170a7dfc44f8961e5e30cb70f325" MonitorTypeStateID="WarningState" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdddf91000532444f687b72f3331cbd144" MonitorTypeStateID="OKState" HealthState="Success"/>
</OperationalStates>
<Configuration>
<CriticalEventID>2</CriticalEventID>
<WarningEventID>1</WarningEventID>
<OKEventID>0</OKEventID>
</Configuration>
</UnitMonitor>