作業項目の統計情報要求プロセスの状態

Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemStatsGet.FirstChanceMonitor (UnitMonitor)

作業項目の統計情報要求プロセスの状態を確認するモニター

Knowledge Base article:

概要

System Center 管理構成サービスが、作業項目の統計情報を取得できませんでした。

このモニターの目的は、構成サービスが正常に実行されているかどうかを検出することです。このモニターは、構成サービスのイベント 29183 を使用して、サービスが作業項目の統計情報を取得できるかどうかを判別します。

構成

緑色の状態: 構成サービスは各種作業項目の状態を判別できています。

黄色の状態: 作業項目の状態を少なくとも 1 回判別できませんでした。イベント 29183 が少なくとも 1 つ検出された場合に、この状態になります。モニターは再度試行されます。Event 29182 が検出され、作業項目が正常に実行されたことが認められた時点で、このモニターは緑色状態に戻ります。

原因

これは、次の場合に発生することがあります。

解決方法

この問題を詳細に調査するには、次の手順に従います。

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationServiceGroup
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthQueryProcessMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ManagementConfigurationService.2SingleEventLog2StateUnitMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemStatsGet.FirstChanceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationServiceGroup" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthQueryProcessMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.2SingleEventLog2StateUnitMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<OperationalStates>
<OperationalState ID="Bad" MonitorTypeStateID="FirstEventRaised" HealthState="Warning"/>
<OperationalState ID="Good" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstEventId>29183</FirstEventId>
<SecondEventId>29182</SecondEventId>
</Configuration>
</UnitMonitor>