Objęte maszyny

Microsoft.SystemCenter.CM.AEM.Views.Internal.BucketMachineCountPerfCollector (Rule)

Łączna liczba unikatowych maszyn, których to dotyczy, na grupę błędów

Knowledge Base article:

Podsumowanie

Ta reguła jest używana wewnętrznie do zbierania danych wydajności związanych z łączną liczbą maszyn na grupę błędów. 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.CM.AEM.WatsonBucket
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
SchedulerDS DataSource System.Scheduler Default
PerfDataWriter WriteAction Microsoft.SystemCenter.CM.AEM.Views.Internal.MapQueriedPerfData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.Views.Internal.BucketMachineCountPerfCollector" Target="AEMLib!Microsoft.SystemCenter.CM.AEM.WatsonBucket" Enabled="false" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="SchedulerDS" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">60</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="PerfDataWriter" TypeID="Microsoft.SystemCenter.CM.AEM.Views.Internal.MapQueriedPerfData">
<Query/>
<ObjectName/>
<CounterName/>
<Value/>
<ManagedEntityId/>
<RuleId/>
</WriteAction>
</WriteActions>
</Rule>