Leistungsdaten sammeln

Microsoft.SystemCenter.CollectPerformanceData (WriteActionModuleType)

Systemregel, mit der die Leistungsdaten aller Objekte gesammelt werden.

Knowledge Base article:

Zusammenfassung

Diese Regel wird intern verwendet, um alle Leistungsdaten für die gesamte Verwaltungsgruppe zu sammeln. Diese Regel sollte nicht außer Kraft gesetzt werden, da dies einen negativen Einfluss auf die Überwachung hat.

Ursachen

Dieser Abschnitt ist nicht auf diesen Regeltyp anwendbar.

Lösungen

Es gibt keine Benutzeraktion für diesen Regeltyp.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
Mapper ConditionDetection Microsoft.SystemCenter.Performance.LinkedDataMapper Default
WA WriteAction System.PublishData Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.CollectPerformanceData" Accessibility="Public" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ConditionDetection ID="Mapper" TypeID="Microsoft.SystemCenter.Performance.LinkedDataMapper">
<ManagedEntityId>$Target/Id$</ManagedEntityId>
<RuleId>$MPElement$</RuleId>
</ConditionDetection>
<WriteAction ID="WA" TypeID="System!System.PublishData">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>7EB72AED-8069-4289-B9EB-00A29230B4D0</ChannelId>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="WA">
<Node ID="Mapper"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>Performance!System.Performance.Data</InputType>
</WriteActionModuleType>