Acer.Server.OOB.PingNetworkMonitor

Acer.Server.OOB.PingNetworkMonitor (UnitMonitor)

Knowledge Base article:

Summary

This Unit Monitor fetches the health state of server health monitor(iBMC). The health state can be one of the following three types:Healthy, Warning, Critical..

Causes

The causes includes the response of server health monitor(iBMC) is slow or unreachable.

Resolutions

Check network configuration of the server.

Element properties:

TargetAcer.Server.OOB.Network
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAcer.Server.OOB.2StatePingMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Ping Monitor Alert
Server health monitor(iBMC) is unreachable.
RunAsDefault

Source Code:

<UnitMonitor ID="Acer.Server.OOB.PingNetworkMonitor" Accessibility="Public" Enabled="false" Target="Acer.Server.OOB.Network" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Acer.Server.OOB.2StatePingMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Acer.Server.OOB.PingNetworkMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId85cf95a380b54b21b775d18bfc20164b" MonitorTypeStateID="Reachable" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId71a303b7bea6414f8f0b11946abac922" MonitorTypeStateID="Unreachable" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Computer>$Target/Property[Type="Acer.Server.OOB.Network"]/BMCIP$</Computer>
<Frequency>30</Frequency>
</Configuration>
</UnitMonitor>