OMCI / Dell Command | Monitor Service Availability Status

Dell.WindowsClient.IAPServiceMonitor (UnitMonitor)

Unit Monitor to calculate the OMCI / Dell Command | Monitor Service Availability Status.

Knowledge Base article:

Summary

The OMCI / Dell Command | Monitor Service provides infrastructure support for client system management functions.

This Health Monitor fetches the State of the Service. The status can be one of the following two types:

Success: The service is running.

Critical: The service has been stopped.

Causes

Critical: A Critical status may display if the service in the specified system is reporting a stopped state. This state can also occur during installing or uninstalling the OMCI / Dell Command | Monitor.

Resolutions

Perform the following steps for Critical status:

Critical: A Critical status indicates actual or imminent loss of data or loss of function. Restart the service on the agent managed node. If the restart fails, re-install OMCI / Command | Monitor on the agent managed node. This state can also occur during installing or uninstalling the OMCI / Dell Command | Monitor.

Element properties:

TargetDell.WindowsClient.IAPService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
OMCI / Dell Command | Monitor Service Stopped
OMCI / Dell Command | Monitor Service is in a Critical State as the Service has stopped. Try Restarting the Service.
RunAsDefault

Source Code:

<UnitMonitor ID="Dell.WindowsClient.IAPServiceMonitor" Accessibility="Internal" Enabled="onEssentialMonitoring" Target="Dell.WindowsClient.IAPService" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="IAPServiceErrorStateAlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</ComputerName>
<ServiceName>$Target/Property[Type='Dell.WindowsClient.IAPService']/ServiceName$</ServiceName>
</Configuration>
</UnitMonitor>