컴퓨터에 연결할 수 없음

Microsoft.SystemCenter.HealthService.ComputerDown (AggregateMonitor)

이 모니터는 컴퓨터를 Ping할 수 있는지 여부를 나타냅니다.

Knowledge Base article:

요약

이 유닛 모니터는 ICMP ping을 통해 컴퓨터에 연결할 수 없을 때 하트비트 실패에 대한 위험 상태를 생성합니다.

이 오류는 해당 컴퓨터의 대상 System Center 관리 상태 서비스와 부모 관리 서버 간의 네트워크 연결이 끊어졌음을 나타냅니다.

컴퓨터가 오프라인 상태가 되면 다음과 같은 두 가지 경고가 표시됩니다.

컴퓨터 네트워크 연결이 복원되고 System Center 관리 상태 서비스에서 하트비트가 시작되면 두 경고가 자동으로 종결됩니다.

원인

다음과 같은 문제가 원인일 수 있습니다.

해결 방법

다음 작업을 시도하여 문제를 진단하고 해결할 수 있습니다.

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>