Stan usługi WMI

Microsoft.Windows.Cluster.NodeRole.WMIServiceCheck (UnitMonitor)

Monitoruje kondycję usługi WMI

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza stan usługi WMI. Jeśli usługa nie jest aktualnie uruchomiona, zostanie wygenerowany alert.

Przyczyny

Usługa może zostać zatrzymana z wielu powodów, takich jak:

Rozwiązania

Usługę można spróbować uruchomić ponownie przy użyciu następującego łącza:

Uruchom usługę

Element properties:

TargetMicrosoft.Windows.Cluster.NodeRole
Parent MonitorSystem.Health.AvailabilityState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Usługa WMI nie jest uruchomiona
Usługa WMI w elemencie {0} nie jest uruchomiona
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Cluster.NodeRole.WMIServiceCheck" Accessibility="Public" Enabled="false" Target="ClusLibrary!Microsoft.Windows.Cluster.NodeRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Cluster.NodeRole.WMIServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/NetworkName$</ComputerName>
<ServiceName>WinMgmt</ServiceName>
</Configuration>
</UnitMonitor>