Read Discovery Data

Microsoft.SystemCenter.ReadDiscoveryManagerData (Rule)

This rule reads and publishes discovery data created by scheduled discoveries

Knowledge Base article:

Summary

This rule is used internally to publish discovery data created by the discovery manager for scheduled and on demand discoveries.

Causes

This section is not applicable for this type of rule.

Resolutions

There is no user action for this type of rule.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableFalse
Commentthis rule reads discovery data from the discovery manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.ManagementGroup.DiscoveryDataReader Default
WA WriteAction System.Discovery.PublishData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.ReadDiscoveryManagerData" Comment="this rule reads discovery data from the discovery manager" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="false" Priority="Normal" DiscardLevel="50">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.ManagementGroup.DiscoveryDataReader"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="System!System.Discovery.PublishData"/>
</WriteActions>
</Rule>