System Rules Unloaded

Microsoft.SystemCenter.HealthService.SystemRulesLoaded (AggregateMonitor)

System Center 관리 상태 서비스에서 시스템 규칙을 언로드하는 경우 이 모니터는 위험 상태가 됩니다.

Knowledge Base article:

요약

이 모니터는 이 감시자가 모니터링 중인 대상 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
System Center 관리 상태 서비스 언로드 시스템 규칙
{1} 호스트에서 실행되며 ID가 {2}인 관리 그룹에 서비스를 제공하는 System Center 관리 상태 서비스 {0}이(가) 비정상입니다. 일부 시스템 규칙을 로드하지 못했습니다.

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.SystemRulesLoaded" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.SystemRulesLoaded.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/HealthServiceId$</AlertParameter1>
<AlertParameter2>$Data/Context/DataItem/HostName$</AlertParameter2>
<AlertParameter3>$Data/Context/DataItem/ManagementGroupId$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>