Machines Affected

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

Total Unique Machines affected per Error Group

Knowledge Base article:

Summary

This rule is used internally for collecting perf data related to total machine counts per error group. This rule should not be overridden as it will have an adverse negative impact on monitoring.

Causes

This section is not applicable for this type of rule.

Resolutions

There is no user action for this type of rule.

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>