Health Service 하트비트 실패

Microsoft.SystemCenter.HealthService.Heartbeat (AggregateMonitor)

이 모니터는 관리 그룹에 있는 각 Health Service의 가용성을 확인합니다.

Knowledge Base article:

요약

컴퓨터에서 Health Service가 중지되었습니다.

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

원인

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

해결

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

복구가 사용할 수 없도록 설정되어 있거나 복구를 제대로 수행할 수 없으면 "상태 변경 이벤트" 탭으로 이동하여 세부 정보 창에서 복구를 실행할 수 있습니다.

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 하트비트 실패
컴퓨터 {0}의 Health Service가 하트비트를 보내지 못했습니다.

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>