システム ルールのアンロード

Microsoft.SystemCenter.HealthService.SystemRulesLoaded (AggregateMonitor)

このモニターは、System Center Management ヘルス サービスによってシステム ルールがアンロードされた場合、状態が "重大" になります。

Knowledge Base article:

概要

このモニターは、この監視で監視されているターゲットの System Center Management ヘルス サービスが、内部システム ルールを読み込めなかったことを示しています。

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

原因

更新された構成がダウンロード中に破損した可能性があります。

解決方法

以下の手順に従って、エージェントの修復を開始できます。エージェントの修復処理の一部として、エージェントの管理パックおよび構成キャッシュが更新されます。

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

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

結果ウィンドウで、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} が、正常ではありません。一部のシステム ルールを読み込むことができませんでした。

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.SystemRulesLoaded" 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.SystemRulesLoaded.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>