エージェント プールの管理状態

Microsoft.SystemCenter.ManagementConfigurationServiceGroup.AgentPoolAssignmentMonitor (UnitMonitor)

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

Knowledge Base article:

概要

System Center 管理構成サービスが、エージェント プールの割り当てタスクを許容時間内に実行できませんでした。

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

構成

緑色の状態: 過去 15 分 (または、しきい値に指定した時間) 以内に、エージェント プールの割り当てが少なくとも 1 回正常に実行されました。

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

原因

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

解決方法

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

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationServiceGroup
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthMonitor
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.AgentPoolAssignmentMonitor" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationServiceGroup" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthMonitor" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.WorkItemStatsMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.AgentPoolAssignmentMonitor.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>AgentPoolAssignment</WorkItemName>
<ToleranceSeconds>900</ToleranceSeconds>
</Configuration>
</UnitMonitor>