讀取探索資料

Microsoft.SystemCenter.ReadDiscoveryManagerData (Rule)

此規則會讀取和發行排程探索所建立的探索資料

Knowledge Base article:

摘要

此規則為內部使用,用以發行探索管理員針對排程和隨選探索建立的探索資料。

原因

本部分不適用此規則類型。

解決方式

此規則類型不需要任何使用者動作。

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>