Health Service Heartbeat Failure

Microsoft.SystemCenter.HealthService.Heartbeat (AggregateMonitor)

이 모니터는 관리 그룹에 있는 각 System Center 관리 상태 서비스의 가용성을 확인합니다.

Knowledge Base article:

요약

컴퓨터에서 System Center 관리 상태 서비스가 중지되었습니다.

이 경고는 상태 서비스 감시자에서 생성합니다. 이 개체는 모든 유지 관리 서버 리소스 풀에서 실행되며 관리 그룹의 모든 System Center 관리 상태 서비스 상태를 모니터링합니다. System Center 관리 상태 서비스가 하트비트를 보내지 못하면 진단 집합이 실행될 때 복구가 실행되어 원격 에이전트에서 발생한 이 문제를 해결하려고 시도합니다.

원인

다음과 같은 경우에 이런 문제가 발생할 수 있습니다.

해결 방법

복구를 사용하도록 설정하여 에이전트를 다시 시작할 수 있습니다.

복구가 사용할 수 없도록 설정되어 있거나 복구를 제대로 수행할 수 없으면 "상태 변경 이벤트" 탭으로 이동하여 세부 정보 창에서 복구를 실행할 수 있습니다. 상태 변경 이벤트 탭을 열려면 경고를 마우스 오른쪽 단추로 클릭하고 열기를 가리킨 다음 상태 탐색기를 클릭합니다. 상태 탐색기에서 위험 상태의 경고를 선택한 다음 오른쪽 창에서 상태 변경 이벤트 탭을 클릭합니다. 세부 정보 창에서 복구 작업을 클릭합니다.

참고:이 모니터의 진단 작업에서는 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
Health Service Heartbeat Failure
{0} 컴퓨터의 System Center 관리 상태 서비스에서 하트비트를 작동하지 못했습니다.

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>