Hardware Critical Event Monitor

Acer.Server.OOB.PRO12.HardwareCriticalMonitor (UnitMonitor)

Knowledge Base article:

Summary

This Unit Monitor fetches the health state of the monitored host. The health state can be one of the following types: Healthy, Critical

Causes

The hardware component has critical problems.

Resolutions

The hardware of the host needs to be noticed and repaired. It is suggested placing the host in Maintenance mode to do some diagnostic task. If the host is placed in Maintenance mode, all virtual machines will be into saved state. To prevent a loss of service, please migrate virtual machines to other healthy host first. To place the host in Maintenance mode, click Implement To ignore the PRO tips, click Dismissand manually reset the monitor Hardware Critical Event Monitor from Health Explorer in Operations Manager console. After diagnostic task or hardware repair is done, you can manually stop Maintenance mode from Virtual Machine Manager console.

Element properties:

TargetAcer.Server.OOB.PRO12.MonitoredHost
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAcer.Server.OOB.PRO12.3StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Hardware Health Critical Alert
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Acer.Server.OOB.PRO12.HardwareCriticalMonitor" Accessibility="Public" Enabled="true" Target="Acer.Server.OOB.PRO12.MonitoredHost" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Acer.Server.OOB.PRO12.3StateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Acer.Server.OOB.PRO12.HardwareCriticalMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdf4a01783a2114085826010290c095e8f" MonitorTypeStateID="CriticalState" HealthState="Error"/>
<OperationalState ID="UIGeneratedOpStateId2e191a1221df4084994e68c51577086e" MonitorTypeStateID="WarningState" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId4b0f3a488f6e418b94805995d930ab84" MonitorTypeStateID="OKState" HealthState="Success"/>
</OperationalStates>
<Configuration>
<CriticalEventID>2</CriticalEventID>
<WarningEventID>none</WarningEventID>
<OKEventID>none</OKEventID>
</Configuration>
</UnitMonitor>