Totale errori

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

Totale errori per gruppo errori

Knowledge Base article:

Riepilogo

Questa regola viene utilizzata internamente per raccogliere i dati delle prestazioni in relazione al conteggio totale delle istanze per gruppo di errori. Tale regola non deve essere sostituita in quanto potrebbe avere un impatto negativo sul monitoraggio.

Cause

Questa sezione non è applicabile per questo tipo di regola.

Risoluzioni

Non è richiesta alcuna azione utente per questo tipo di regola.

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.BucketTotalHitCountPerfCollector" 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>