상태 서비스 가용 상태 변경 알림

Microsoft.SystemCenter.2007.NotifyAvailabilityState (Rule)

Operations Manager 토폴로지 내에서 가용 상태변경에 대한 알림을 보내는 규칙입니다.

Knowledge Base article:

요약

이 규칙은 데이터베이스에 대한 System Center 관리 상태 서비스의 가용성 상태 변경을 보고합니다.

원인

이 알림 규칙에 해당되지 않는 섹션입니다.

해결 방법

알림 규칙이 상태나 경고를 생성하지 않기 때문에 해결 방법이 없습니다.

Element properties:

TargetMicrosoft.SystemCenter.AgentWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule notifies about availability state changes

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthService.AvailabilityDataSource.Composite Default
WA WriteAction Microsoft.SystemCenter.HealthService.AvailabilityPost.Composite Default

Source Code:

<Rule ID="Microsoft.SystemCenter.2007.NotifyAvailabilityState" Comment="this rule notifies about availability state changes" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AgentWatchersGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="50">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.HealthService.AvailabilityDataSource.Composite"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.HealthService.AvailabilityPost.Composite"/>
</WriteActions>
</Rule>