Notify Object State Insertion

Microsoft.SystemCenter.NotifyPublishedEntityState (Rule)

System rule that notifies that state change events from any object has inserted into database.

Knowledge Base article:

Summary

This rule is used internally to notify about all state change events on all objects for the whole Management Group that inserted into database successfully. This rule should not be overridden as it will have an adverse negative impact on monitoring.

Causes

This section is not applicable for this type of rule.

Resolutions

There is no user action for this type of rule.

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>