構成ストアのクリーンアップ状態

Microsoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreGroomMonitor (UnitMonitor)

管理構成サービス グループの構成ストアのクリーンアップ作業項目の状態を取得するモニター

Knowledge Base article:

概要

System Center 管理構成サービスが、構成ストアのクリーンアップ タスクを許容時間内に実行できませんでした。

このモニターの目的は、構成サービスが過去 30 分以内 (既定) に "ConfigStoreGroom" 作業項目の実行に失敗したかどうかを判別することです。 "ConfigStoreGroom" 作業項目の実行に失敗した場合は、この期間中に、管理グループの動作が不安定になることがあります。

構成

緑色の状態: 過去 30 分 (または、しきい値に指定した時間) 以内に、構成ストアのクリーンアップ タスクが少なくとも 1 回正常に実行されました。

赤色の状態: 構成サービスのすべてのインスタンスが、一定期間内にこの作業項目の実行に連続して失敗しました。 モニターがこの状態になると、アラートが生成されます。

原因

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

解決方法

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

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationServiceGroup
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreMaintenanceWorkItemsMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ManagementConfigurationService.WorkItemStatsMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
管理構成サービス グループが一定期間内に構成ストアのクリーンアップ作業項目を実行できませんでした
管理構成サービス グループが一定期間内に構成ストアのクリーンアップ作業項目を実行できませんでした。 最後のエラー メッセージ (存在する場合): {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreGroomMonitor" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationServiceGroup" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreMaintenanceWorkItemsMonitor" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.WorkItemStatsMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreGroomMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/LastErrorMessage$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="WorkItemOnSchedule" HealthState="Success"/>
<OperationalState ID="Bad" MonitorTypeStateID="WorkItemDelayed" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FrequencySeconds>60</FrequencySeconds>
<WorkItemName>ConfigStoreGroom</WorkItemName>
<ToleranceSeconds>1800</ToleranceSeconds>
</Configuration>
</UnitMonitor>