System Center 관리 상태 서비스 커넥터 가용성

Microsoft.SystemCenter.HealthService.ConnectorHealth (AggregateMonitor)

이 모니터는 관리 그룹에 있는 각 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 관리 상태 서비스에서 이벤트 로그에 기록할 수 없습니다.
System Center 관리 상태 서비스 {0}에서 이벤트 로그에 기록하지 못했습니다.

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.ConnectorHealth" 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.ConnectorHealth.AlertMessage">
<AlertOnState>Warning</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>