Raccogli firme prestazioni

Microsoft.SystemCenter.CollectSignatureData (Rule)

Regola di sistema che raccoglie i dati relativi alle firme prestazioni da qualsiasi oggetto.

Knowledge Base article:

Riepilogo

Questa regola viene utilizzata internamente per raccogliere tutte le firme con soglia automatica per l'intero gruppo di gestione. Tale regola non deve essere sostituita in quanto potrebbe avere un impatto negativo sul monitoraggio.

Cause

Questa sezione non è applicabile per questo tipo di regola.

Soluzioni

Non è richiesta alcuna azione utente per questo tipo di regola.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.PublishedSignatureProvider Default
WA WriteAction Microsoft.SystemCenter.SignatureWriter Default

Source Code:

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