ヘルス サービスの可用性の状態の変更通知

Microsoft.SystemCenter.2007.NotifyAvailabilityState (Rule)

Operations Manager トポロジ内での可用性の状態の変更について通知するルール

Knowledge Base article:

概要

このルールは、すべての System Center Management ヘルス サービスの可用性の状態変更をデータベースに挿入します。

原因

このセクションは、この通知ルールには当てはまりません。

解決策

通知ルールは状態やアラートを生成しないので、解決方法はありません。

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>