Recopilar firmas de rendimiento

Microsoft.SystemCenter.CollectSignatureData (Rule)

Regla del sistema que recopila datos de firmas de rendimiento de cualquier objeto.

Knowledge Base article:

Resumen

Esta regla se usa internamente para recopilar todas las firmas de umbral autoajustable de todo el grupo de administración. Esta regla no se debe invalidar, ya que tendrá un efecto negativo sobre la supervisión.

Causas

Esta sección se aplica a este tipo de regla.

Soluciones

No se requiere la intervención del usuario para este tipo de regla.

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>