構成の処理

Microsoft.SystemCenter.HealthService.ConfigProcessed (AggregateMonitor)

このモニターは、System Center Management ヘルス サービスが構成の更新を処理できない場合、または構成を読み込めない場合に、状態が "重大" になります。

Knowledge Base article:

概要

このモニターは、この監視で監視されているターゲットの System Center Management ヘルス サービスが、最近受信した構成を解析および読み込みできないことを示しています。

これは、ターゲットの System Center Management ヘルス サービスがルールと監視を実行する機能に影響します。

原因

更新された構成がダウンロード中に破損した可能性があります。別の原因として、MSXML6 が見つからないことが考えられます。

解決方法

1 の解決策は、復元を有効にして自動的にエージェントを修復することです。

復元機能が無効になっている場合や正常に復元できなかった場合は、次の手順に従ってエージェント修復を開始します。これによってエージェントは管理パックおよび構成キャッシュを修復処理の一部として強制的に更新します。また、(必要に応じて) すべての必要なテクノロジも再インストールされます。

[管理] 領域に移動します。

[デバイスの管理] で [エージェントで管理] 表示をクリックします。

結果ウィンドウで、1 つ以上のエージェントを選択します。

[アクション] ウィンドウで [修復] をクリックします。

既定のアクション アカウントを使用するか、資格情報を指定します。

[修復] をクリックします。

エージェントが修復され、エージェントが新しい構成を要求します。

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
System Center Management ヘルス サービスが新規構成を処理できません
ホスト {1} で実行され、ID {2} の管理グループにサービスを提供している System Center Management ヘルス サービス {0} が、正常ではありません。System Center Management ヘルス サービスは、構成を処理または読み込むことができません。

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.ConfigProcessed" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.ConfigProcessed.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/HealthServiceId$</AlertParameter1>
<AlertParameter2>$Data/Context/DataItem/HostName$</AlertParameter2>
<AlertParameter3>$Data/Context/DataItem/ManagementGroupId$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>