Inserimento stato oggetto di notifica

Microsoft.SystemCenter.NotifyPublishedEntityState (Rule)

Regola di sistema che avvisa che gli eventi di cambiamento di stato di qualsiasi oggetto sono stati inseriti nel database.

Knowledge Base article:

Riepilogo

Questa regola viene utilizzata internamente per notificare tutti gli eventi di modifica dello stato su tutti gli oggetti per l'intero gruppo di gestione inseriti nel database con esito positivo. Tale regola non deve essere sostituita in quanto potrebbe avere un impatto negativo sul monitoraggio.

Cause

Questa sezione non è applicabile per questo tipo di regola.

Soluzioni

Non è richiesta alcuna azione utente per questo tipo di regola.

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>