(Afgeschaft) Beheerconfiguratieservice - Status van Windows-service

Microsoft.SystemCenter.ConfigurationService.ServiceMonitor (UnitMonitor)

Deze monitor controleert de status van de Windows-beheerconfiguratieservice.

Knowledge Base article:

(Afgeschaft) Samenvatting

De Management Configuration-service wordt niet uitgevoerd.

(Afgeschaft) Oorzaken

Wanneer de Management Configuration-service niet wordt uitgevoerd, wordt er voor geen van de System Center Management Health-services een nieuwe configuratie ingesteld. Controleer de Operations Manager- en systeemgebeurtenislogboeken om te bepalen waarom de Management Configuration-service is gestopt.

(Afgeschaft) Oplossingen

Start de System Center Management Configuration-service op de hoofdbeheerserver opnieuw op.

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
(Afgeschaft) Configuratieservice is gestopt
De configuratieservice op de hoofdbeheerserver is gestopt. Deze status is op {0} ingeschakeld voor de configuratieservice.
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>