Windows Management Instrumentation サービス

Microsoft.SystemCenter.WMIService.ServiceMonitor (UnitMonitor)

このモニターは、Windows Management Instrumentation サービスの状態を確認します。

Knowledge Base article:

概要

このモニターは、エージェントの正常でない状態を検出する WMI サービスの可用性モニターからヘルスをロールアップします。

状態が "警告" または "重大" のヘルス エクスプローラー ユニット モニター内を移動し、状態変更情報およびトラブルシューティングの問題を解決するための特定のナレッジを確認します。

原因

このモニターは WMI サービスの状態を調べて、それが "実行" 状態にあることを確認します。複数のチェックでサービスが実行状態にない場合は、アラートが出されます。

解決方法

この問題を解決するには、システム上で WMI サービスを "実行" 状態に設定する必要があります。次の手順に従って、この問題を解決します。

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
WMI サービスは実行されていません
Windows Management Instrumentation (WMI) サービスは、複数のチェック後に実行されていません。多くの管理パックに含まれているルール、モニター、検出を実行するには WMI にアクセスする必要があるため、WMI サービスが実行していないと、これらのワークフローを完了できません。
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>