Controleprogramma beschikbaarheid WMI-service

Microsoft.SystemCenter2012.ConfigurationManager.SiteServer.WMI.ServiceHealth (UnitMonitor)

Met deze monitor wordt de beschikbaarheidsstatus gecontroleerd van de WMI-service.

Knowledge Base article:

Samenvatting

Deze monitor controleert de status van Windows Management Instrumentation. Als deze monitor een waarschuwing genereert, moet u actie ondernemen om de weer service operationeel te maken.

Oorzaken

Een service kan om diverse redenen stoppen, waaronder:

Oplossingen

Als de Windows Management Instrumentation-service niet wordt uitgevoerd, kunt u als volgt de oorzaak van het probleem bepalen of de service opnieuw starten:

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SdkProvider
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
WMI-service wordt niet uitgevoerd
De service {0} op computer {1} wordt niet uitgevoerd.
RunAsDefault
CommentSIV:GEN0011

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.SiteServer.WMI.ServiceHealth" Comment="SIV:GEN0011" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SdkProvider" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.SiteServer.WMI.ServiceHealth_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DisplayName']$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</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.Computer"]/PrincipalName$</ComputerName>
<ServiceName>Winmgmt</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>