アクション アカウントの構成

Microsoft.SystemCenter.HealthService.ActionAccountConfigured (AggregateMonitor)

このモニターは、実行アカウントが正しく構成されていない場合、状態が "重大" に変わります。

Knowledge Base article:

概要

このモニターは、この監視によって監視されるターゲットの 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
アクション アカウントが正しく構成されていません
ホスト {1} で実行され、ID {2} の管理グループにサービスを提供している System Center Management ヘルス サービス {0} が、正常ではありません。アクション アカウントが無効です。

Source Code:

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