Bulma Verilerini Oku

Microsoft.SystemCenter.ReadDiscoveryManagerData (Rule)

Bu kural, zamanlanmış bulma işlemleri tarafından oluşturulan bulma verilerini okur ve yayımlar.

Knowledge Base article:

Özet

Bu kural, zamanlanmış ve isteğe bağlı bulma işlemlerinin bulma yöneticisi tarafından oluşturulan bulma verilerini yayımlamak için kullanılı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
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>