ヘルスサービス構成状態正常

Microsoft.SystemCenter.HealthService.ConfigurationStateHealthRollup (AggregateMonitor)

ヘルスサービスの構成状態が最新かどうかを示します。

Knowledge Base article:

概要

このモニタは、ヘルスサービスの構成が古くなると、警告および重大な状態を生成します。次のような構成が考えられます。

古くなった構成は、このヘルスサービスの親の管理サーバーとの通信の問題を示している場合があります。状態の概要を次に示します。

原因

このヘルスサービスの親の管理サーバーへの通信の切断が原因である場合があります。

このヘルスサービスが上位ゲートウェイ サーバーと通信している場合、ゲートウェイが最新の構成を取得してからこのヘルスサービスに伝達するまでに若干の時間がかかる場合があります。

解決方法

この問題を診断して解決するには、次の手順に従ってください。

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

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

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

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

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

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

これにより、エージェントが修復され、新しい構成を要求するように強制されるはずです。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.ConfigurationState
AlgorithmWorstOf
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
ヘルスサービス構成が最新でない
ヘルスサービスが新しい構成を要求しましたが、割り当てられた時間内にその構成を受け取らなかったか、正しく読み込めませんでした。

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.ConfigurationStateHealthRollup" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.ConfigurationStateHealthRollup_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>