內部網路管理探索資料收集器

System.NetworkManagement.CollectDiscoveryData (Rule)

用來從網路探索收集探索資料的內部規則

Knowledge Base article:

摘要

用來收集網路管理探索之探索資料的內部規則

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects all discovery data from the discovery server

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.PublishedDiscoveryDataProvider Default
WA WriteAction System.NetworkManagement.NetworkDiscoveryWriteAction Default

Source Code:

<Rule ID="System.NetworkManagement.CollectDiscoveryData" Comment="this rule collects all discovery data from the discovery server" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="1">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="System.NetworkManagement.PublishedDiscoveryDataProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="System.NetworkManagement.NetworkDiscoveryWriteAction"/>
</WriteActions>
</Rule>