エンティティの状態変更パブリッシャー

Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChangeForCollection (Rule)

このルールは、すべての管理されたエンティティからエンティティの状態変更情報を収集し、データ ウェアハウス コレクション用に既定のチャネルで公開します

Knowledge Base article:

概要

このルールは、すべての管理されたエンティティからエンティティの状態変更情報を収集し、データ ウェアハウス コレクション用に既定のチャネルで公開します

原因

このセクションはイベント収集ルールには適用されません。

解決策

イベント収集ルールは状態またはアラートを生成しないので、実行すべき解決策はありません。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Health.TargetGroupEntityStateChangeProvider Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChange Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChangeForCollection" Target="SystemCenter!Microsoft.SystemCenter.HealthService" Enabled="true" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Health!System.Health.TargetGroupEntityStateChangeProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChange"/>
</WriteActions>
</Rule>