Dependency Monitor Remote Contributor Receiver

Microsoft.SystemCenter.DependencyMonitor.RemoteContributorReceiver (Rule)

System rule for receiving data for dependency monitors with contributors on other systems.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule handles receiving remote data for dependency monitors

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.DependencyMonitor.RemoteContributorReceiverDataSource Default
WA WriteAction Microsoft.SystemCenter.DependencyMonitor.UpdateDependencyMonitor Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DependencyMonitor.RemoteContributorReceiver" Comment="this rule handles receiving remote data for dependency monitors" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="50">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.DependencyMonitor.RemoteContributorReceiverDataSource">
<DatabasePollingInterval>PT5S</DatabasePollingInterval>
<BatchSize>100</BatchSize>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DependencyMonitor.UpdateDependencyMonitor">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<MonitorId>$Data/Property[@Name='MonitorId']$</MonitorId>
<ManagedEntityId>$Data/Property[@Name='ManagedEntityId']$</ManagedEntityId>
<HealthState>$Data/Property[@Name='State']$</HealthState>
<TimeChanged>$Data/Property[@Name='LastModified']$</TimeChanged>
</WriteAction>
</WriteActions>
</Rule>