Collect Performance Signatures

Microsoft.SystemCenter.CollectSignatureData (Rule)

System rule that collects performance signature data from any object.

Knowledge Base article:

Summary

This rule is used internally to collect all self tuning threshold signatures for the whole Management Group. This rule should not be overridden as it will have an adverse negative impact on monitoring.

Causes

This section is not applicable for this type of rule.

Resolutions

There is no user action for this type of rule.

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>