オブジェクトの状態挿入の通知

Microsoft.SystemCenter.NotifyPublishedEntityState (Rule)

オブジェクトの状態変更イベントがデータベースに挿入されたことを通知するシステム ルール

Knowledge Base article:

概要

このルールは、データベースに正常に挿入された、管理グループ全体のすべてのオブジェクトの状態変更イベントをすべて通知するために内部で使用されます。このルールは、監視に悪影響を与えるため、上書きしないでください。

原因

このセクションは、この種類のルールには適用されません。

解決方法

この種類のルールには、ユーザーの操作は必要ありません。

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule notifies about successful insertion of all state changes

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.PublishedEntityHealthStateChangeNotification Default
WA WriteAction Microsoft.SystemCenter.PostDistributedAck.PublishedEntityHealthStateChange Default

Source Code:

<Rule ID="Microsoft.SystemCenter.NotifyPublishedEntityState" Comment="this rule notifies about successful insertion of all state changes" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="50">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.PublishedEntityHealthStateChangeNotification"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.PostDistributedAck.PublishedEntityHealthStateChange"/>
</WriteActions>
</Rule>