Notify Dependency Monitor Update

Microsoft.SystemCenter.NotifyDependencyMonitorUpdate (Rule)

System rule that notifies the sender when dependency monitor updates have been processed.

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>