Bulma Verilerini Topla

Microsoft.SystemCenter.CollectDiscoveryData (Rule)

Herhangi bir nesneden bulma verilerini toplayan sistem kuralı.

Knowledge Base article:

Özet

Bu kural, tüm Yönetim Grubu ile ilgili tüm bulma verilerini toplamak için dahili olarak kullanılır. İzleme üzerinde olumsuz bir etkisi olacağından bu kural geçersiz kılınmamalıdır.

Nedenler

Bu bölüm bu kural türü için geçerli değil.

Çözümlemeler

Bu kural türü için bir kullanıcı eylemi yok.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects all discovery data from the agent

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.PublishedDiscoveryDataProvider Default
WA WriteAction Microsoft.SystemCenter.DiscoveryDataWriter Default

Source Code:

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