Shromažďovat výstrahy generované monitorováním

Microsoft.SystemCenter.CollectMonitorAlert (Rule)

Systémové pravidlo shromažďující výstrahy generované z monitorování

Knowledge Base article:

Souhrn

Toto pravidlo se používá interně ke shromažďování všech výstrah generovaných při monitorování pro celou skupinu správy. Toto pravidlo by nemělo být přepsáno, jinak bude mít negativní dopad na monitorování.

Příčiny

Tento oddíl není použitelný pro tento typ pravidla.

Řešení

Pro tento typ pravidla není k dispozici žádná akce uživatele.

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>