Fujitsu PRIMERGY ESXi CIM Indications Listener Service Health Monitor

Fujitsu.Servers.PRIMERGY.ESXi.Seed.CIMIndicationsListener.Monitor (UnitMonitor)

A Unit Monitor runs a script to get PRIMERGY ESXi CIM Indications Listener Service Health

Knowledge Base article:

Summary

This health monitor runs a script on the Host Server to get the CIM Indications Listener Service Health State.

Causes

This health state depends on presence and run status of CIM Indications Listener service.

Resolutions

If this health monitor is in Warning state, the CIM Indications Listener service is not running on target ESXiSeed Host Server.

Element properties:

TargetFujitsu.Servers.PRIMERGY.ESXi.CIMIndicationsListener
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeFujitsu.Servers.PRIMERGY.ESXi.Seed.CIMIndicationsListenerMonitor.Type
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Fujitsu.Servers.PRIMERGY.ESXi.Seed.CIMIndicationsListener.Monitor" Accessibility="Public" Enabled="true" Target="Fujitsu.Servers.PRIMERGY.ESXi.CIMIndicationsListener" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Fujitsu.Servers.PRIMERGY.ESXi.Seed.CIMIndicationsListenerMonitor.Type" ConfirmDelivery="false">
<Category>StateCollection</Category>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="HealthSuccess" HealthState="Success"/>
<OperationalState ID="Degraded" MonitorTypeStateID="HealthWarning" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="HealthError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>480</IntervalSeconds>
<HostServer>$Target/Host/Property[Type="FTSESXSEED!Fujitsu.Servers.PRIMERGY.ESXiSeed.HostServer"]/PrincipalName$</HostServer>
</Configuration>
</UnitMonitor>