클라이언트 모니터링 시스템 오류 그룹 - 총 적중 횟수 모니터 성공 상태 설정자 규칙

Microsoft.SystemCenter.CM.AEM.Internal.SystemBucketTotalHitCountMonitorSuccessStateSetter (Rule)

이 규칙은 시스템 오류 그룹당 총 적중 횟수에 따라 모니터 상태를 성공으로 설정할 수 있도록 합니다.

Knowledge Base article:

요약

이 규칙은 시스템 오류당 총 적중 횟수에 따라 모니터 상태를 성공으로 설정하는 데 내부적으로 사용됩니다. 이 규칙은 모니터링에 부정적인 영향을 가져오므로 재정의하면 안 됩니다.

원인

이러한 종류의 규칙에 해당되지 않는 섹션입니다

해결

이러한 종류의 규칙에 대한 사용자 작업은 없습니다.

Element properties:

TargetMicrosoft.SystemCenter.CM.AEM.CrashListener
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
SuccessStateSetter WriteAction Microsoft.SystemCenter.CM.AEM.Internal.TargetSetSuccessStateAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.Internal.SystemBucketTotalHitCountMonitorSuccessStateSetter" Target="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener" Enabled="false" ConfirmDelivery="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">15</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="SuccessStateSetter" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.TargetSetSuccessStateAction">
<Query>EXEC p_AemGetSystemBucketInfo</Query>
<MonitorId>$MPElement[Name="AEMViewsInternal!Microsoft.SystemCenter.CM.AEM.Views.Internal.SystemBucketThreshold"]$</MonitorId>
<ManagedEntityId>Columns/Column[2]</ManagedEntityId>
<Value>Columns/Column[1]</Value>
<Threshold>Columns/Column[3]</Threshold>
</WriteAction>
</WriteActions>
</Rule>