Computadores Afetados

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

Computadores Individuais Totais afetados por Grupo de Erros

Knowledge Base article:

Resumo

Esta regra é utilizada internamente para recolher dados de desempenho relacionados com contagens de computadores totais por grupo de erros. Esta regra não deve ser substituída, na medida em que pode ter um impacto adverso negativo na monitorização.

Causas

Esta secção não se aplica a este tipo de regra.

Resoluções

Não existe ação do utilizador para este tipo de regra.

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>