Acer.Server.OOB.OtherComponentsMonitor

Acer.Server.OOB.OtherComponentsMonitor (UnitMonitor)

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

Causes

The causes include system firmware error occurs etc.

Resolutions

Check system firmware.

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