Notificar Atualização do Monitor de Dependência

Microsoft.SystemCenter.NotifyDependencyMonitorUpdate (Rule)

Regra de sistema que notifica o remetente quando atualizações do monitor de dependência tiverem sido processadas.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule notifies about successful insertion of dependency monitor updates

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.DistributedAcknowledgement.DependencyMonitorStateChangeProcessed Default
WA WriteAction Microsoft.SystemCenter.PostDistributedAck.DependencyMonitor Default

Source Code:

<Rule ID="Microsoft.SystemCenter.NotifyDependencyMonitorUpdate" Comment="this rule notifies about successful insertion of dependency monitor updates" 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.DistributedAcknowledgement.DependencyMonitorStateChangeProcessed">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.PostDistributedAck.DependencyMonitor"/>
</WriteActions>
</Rule>