收集效能簽章

Microsoft.SystemCenter.CollectSignatureData (Rule)

此系統規則會收集所有物件的效能簽章資料。

Knowledge Base article:

摘要

此規則為內部使用,用以收集整個管理群組的所有自我調整閾值簽章。 不應覆寫此規則,否則會對監視有負面影響。

原因

本部分不適用此規則類型。

解決方式

此規則類型不需要任何使用者動作。

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>