コンピューターが到達不可能

Microsoft.SystemCenter.HealthService.ComputerDown (AggregateMonitor)

このモニターはコンピューターを ping できるかどうかを示します。

Knowledge Base article:

概要

ICMP ping でコンピューターを検出できない場合、このユニット モニターのハートビート エラーに関する状態が "重大" になります。

これは、ターゲット コンピューター上の System Center Management ヘルス サービスが親の管理サーバーへのネットワーク接続を失ったことを示します。

コンピューターがオフライン状態のときは、2 つのアラートが表示されます。

コンピューターのネットワーク接続が復元して、System Center Management ヘルス サービスがハートビートを開始すると、両方のアラートが自動的に閉じられます。

原因

これは次のような事項が原因で発生します。

解決方法

次の操作を実行して、この問題を診断し、修正することができます。

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} にアクセスできませんでした。
Commentthis is aggregate monitor which has no contributors (that being regular unit monitors)

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.ComputerDown" Comment="this is aggregate monitor which has no contributors (that being regular unit monitors)" 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.ComputerDown.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>