Gromadź sygnatury wydajności

Microsoft.SystemCenter.CollectSignatureData (Rule)

Reguła systemowa, która gromadzi dane sygnatur wydajności z dowolnych obiektów.

Knowledge Base article:

Podsumowanie

Ta reguła jest używana wewnętrznie w celu gromadzenia wszystkich sygnatur progu automatycznego dostrajania dla całej grupy zarządzania. Nie należy zastępować tej zasady, ponieważ miałoby to niekorzystny wpływ na monitorowanie.

Przyczyny

Ta sekcja nie ma zastosowania do tego typu zasad.

Rozwiązania

Brak akcji użytkownika dla tego typu zasad.

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>