Acer.Server.OOB.ChassisMonitor

Acer.Server.OOB.ChassisMonitor (UnitMonitor)

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

Causes

The causes include that the chassis of the server is opened or the drive bay of the server is opened etc.

Resolutions

Secure the chassis or drive bay tightly.

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