(Deprecated) Management Configuration Service - Windows Service State

Microsoft.SystemCenter.ConfigurationService.ServiceMonitor (UnitMonitor)

This monitor checks the state of the Management Configuration service Windows service.

Knowledge Base article:

(Deprecated) Summary

The Management Configuration service is not running.

(Deprecated) Causes

When the Management Configuration service is not running, no new configuration will be set to any of the System Center Management Health Services. Check the Operations Manager and System event logs to determine why the Management Configuration service has entered a stopped state.

(Deprecated) Resolutions

Restart the System Center Management Configuration service on the Root Management Server.

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
Parent MonitorMicrosoft.SystemCenter.ConfigurationService.AvailabilityHealthRollup
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
(Deprecated) Configuration Service Stopped
The configuration service on the root management server stopped. The configuration service entered this state on {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ConfigurationService.ServiceMonitor" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.RootManagementServer" ParentMonitorID="Microsoft.SystemCenter.ConfigurationService.AvailabilityHealthRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ConfigurationService.ServiceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/@time$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>OMCFG</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>