ヘルス サービスのハートビート エラー

Microsoft.SystemCenter.HealthService.Heartbeat (AggregateMonitor)

このモニターは、管理グループ内の各 System Center Management ヘルス サービスの可用性を確認します。

Knowledge Base article:

概要

System Center Management ヘルス サービスがコンピューターで停止しました。

このアラートはヘルス サービス監視によって生成されます。 このオブジェクトは、すべての管理サーバー リソース プールで実行され、管理グループにおけるすべての System Center Management ヘルス サービスのヘルスを監視します。 System Center Management ヘルス サービスがハートビートを停止すると、一連の診断が動作してから復元が実行され、リモート エージェントでこの問題の解決が試行されます。

原因

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

解決策

エージェントを再起動する復元機能を有効にしてみます。

復元機能が無効になっている場合や正常に復元できなかった場合は、[状態変更イベント] タブをクリックし、詳細パネルから復元を実行できます。 [状態変更イベント] タブを開くには、アラートを右クリックして [開く] をポイントし、[ヘルス エクスプローラー] をクリックします。 ヘルス エクスプローラーで、状態が "重大" になっているアラートを選択し、右側のウィンドウで [状態変更イベント] をクリックします。 詳細ウィンドウで、復元タスクをクリックします。

注: このモニターの診断タスクでは、ping が実行されます。 Windows Vista または Windows Server 2008 を実行しているコンピューターでは、ファイアウォールの既定の設定によって、コンピューターから ping に応答できないようになっています。 これらのコンピューターで ICMP トラフィックを受け入れるように構成する方法については、「Create an Inbound ICMP Rule on Windows Vista or Windows Server 2008」(Windows Vista または Windows Server 2008 で ICMP 受信ルールを作成する) ( http://go.microsoft.com/fwlink/?LinkId=161045) を参照してください。

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
ヘルス サービスのハートビート エラー
コンピューター {0} の System Center Management ヘルス サービスがハートビートに失敗しました。

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.Heartbeat" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="High">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.Heartbeat.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>