Informera om infogning av objekttillstånd

Microsoft.SystemCenter.NotifyPublishedEntityState (Rule)

Systemregel som informerar om att tillståndsändringshändelser från objekt har infogats i databasen.

Knowledge Base article:

Sammanfattning

Den här regeln används internt för att informera om alla tillståndsändringshändelser för alla objekt för hela hanteringsgruppen som infogats i databasen. Regeln bör inte åsidosättas eftersom det påverkar övervakningen negativt.

Orsaker

Det här avsnittet är inte tillämpligt för den här typen av regel.

Lösningar

Det finns inga användaråtgärder för den här typen av regel.

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>