通知物件狀態插入

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>