Собрать данные производительности

Microsoft.SystemCenter.CollectPerformanceData (Rule)

Системное правило, выполняющее сбор данных производительности от всех объектов.

Knowledge Base article:

Сводка

Это внутреннее правило используется для сбора всех данных о производительности для всей группы управления. Данное правило не следует переопределять, так как это негативно скажется на мониторинге.

Причины

Данный раздел не применим к данному типу правил.

Решения

Для данного типа правил действия пользователя не указаны.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.PublishedPerformanceDataProvider Default
WA WriteAction Microsoft.SystemCenter.PerformanceDataWriter Default

Source Code:

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