Windows Management Instrumentation-service

Microsoft.SystemCenter.WMIService.ServiceMonitor (UnitMonitor)

Deze monitor controleert de status van de Windows Management Instrumentation-service.

Knowledge Base article:

Samenvatting

Deze monitor totaliseert de statussen van de beschikbaarheidsmonitor voor de WMI-service waarmee wordt gedetecteerd of agents niet in orde zijn.

Navigeer door de unit-monitors in Health Explorer die de status Waarschuwing of Kritiek hebben om de statuswijzigingsgegevens te bekijken en voor specifieke kennis waarmee u problemen kunt oplossen.

Oorzaken

De monitor controleert of de WMI-service een actieve status heeft. Als na meerdere controles blijkt dat dit niet zo is, wordt er een waarschuwing gegenereerd.

Oplossingen

De WMI-service moet een actieve status hebben op het systeem. Voer de volgende stappen uit om het probleem op te lossen:

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorMicrosoft.SystemCenter.AgentManagement.WMIServiceAvailabilityRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.2007.WindowsServiceNotRunningState.ConsecutiveSamplesThreshold.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
De WMI-service wordt niet uitgevoerd
De WMI-service (Windows Management Instrumentation) wordt niet uitgevoerd na meerdere controles. Veel management packs bevatten regels, monitors en detecties waarvoor toegang tot WMI nodig is. Als de WMI-service niet wordt uitgevoerd, kunnen deze werkstromen niet worden voltooid.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.WMIService.ServiceMonitor" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ParentMonitorID="Microsoft.SystemCenter.AgentManagement.WMIServiceAvailabilityRollup" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.2007.WindowsServiceNotRunningState.ConsecutiveSamplesThreshold.MonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.WMIService.ServiceMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/@time$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Warning"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ServiceName>Winmgmt</ServiceName>
<IntervalSeconds>125</IntervalSeconds>
<Threshold>3</Threshold>
</Configuration>
</UnitMonitor>