作業項目の統計情報要求プロセス エラー (状態復元なし)

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

作業項目の統計情報要求プロセスでエラーが発生した後、一定期間内に復元したかどうかを確認するモニター

Knowledge Base article:

概要

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

このモニターの目的は、構成サービスが正常に実行されているかどうかを判別することです。 このモニターは、構成サービスのイベント 29183 を使用して、この状況を検出します。 イベント 29183 は、構成サービスが作業項目の状態情報を一定期間内にデータベースから取得できなかった場合にトリガーされます。

構成

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

赤色の状態:作業項目の状態を数回連続して判別できませんでした。 モニターが再試行されます。以下の原因を参照してください。 詳細については、"作業項目の統計情報要求プロセスの状態" モニターを参照してください。 モニターがこの状態になると、アラートが生成されます。

原因

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

解決方法

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

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationServiceGroup
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthQueryProcessMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
管理構成サービス グループが一定期間内に作業項目の統計情報を取得できませんでした
管理構成サービス グループが一定期間内に作業項目の統計情報を取得できませんでした。{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemStatsGet.SecondChanceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationServiceGroup" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthQueryProcessMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemStatsGet.SecondChanceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Item0Context/DataItem/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
<OperationalState ID="Bad" MonitorTypeStateID="FirstEventRaisedAndNoSecondEventRaisedInTimeInterval" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FirstEventId>29183</FirstEventId>
<SecondEventId>29182</SecondEventId>
<TimeIntervalSeconds>300</TimeIntervalSeconds>
</Configuration>
</UnitMonitor>