모니터 생성 경고 수집

Microsoft.SystemCenter.CollectMonitorAlert (Rule)

모니터에서 생성된 경고를 수집하는 시스템 규칙입니다.

Knowledge Base article:

요약

이 규칙은 전체 관리 그룹에 대해 모니터에서 생성한 모든 경고를 수집하기 위해 내부적으로 사용됩니다. 이 규칙은 모니터링에 부정적인 영향을 가져오므로 재정의하면 안 됩니다.

원인

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

해결 방법

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

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects alerts of all monitors

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Health.TargetGroupMonitorAlertProvider Default
WA WriteAction Microsoft.SystemCenter.CollectAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectMonitorAlert" Comment="this rule collects alerts of all monitors" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="10">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Health!System.Health.TargetGroupMonitorAlertProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="SCLibrary!Microsoft.SystemCenter.CollectAlert"/>
</WriteActions>
</Rule>