(Obsolète) Service de configuration de l'administration - État du service Windows

Microsoft.SystemCenter.ConfigurationService.ServiceMonitor (UnitMonitor)

Cette analyse vérifie l'état du service de configuration de l'administration Windows.

Knowledge Base article:

(Obsolète) Résumé

Le service de configuration d'administration n'est pas en cours d'exécution.

(Obsolète) Causes

Lorsque le service de configuration d'administration n'est pas en cours d'exécution, aucune nouvelle configuration ne sera définie sur l'un des services de contrôle d'intégrité de l'administration System Center. Vérifiez les journaux des événements système et Operations Manager pour déterminer la raison pour laquelle le service de configuration d'administration s'est arrêté.

(Obsolète) Résolutions

Redémarrez le service de configuration d'administration de System Center sur le serveur d'administration racine.

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
(Obsolète) Service de configuration arrêté
Le service de configuration sur le serveur d'administration racine s'est arrêté. Le service de configuration est entré dans cet état le {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>