Door controleprogramma gegenereerde waarschuwingen verzamelen

Microsoft.SystemCenter.CollectMonitorAlert (Rule)

Systeemregel die door controleprogramma's gegenereerde waarschuwingen verzamelt.

Knowledge Base article:

Samenvatting

Deze regel wordt intern gebruikt om alle waarschuwingen die door de monitors worden gegenereerd voor de hele beheergroep te verzamelen. Deze regel mag niet worden onderdrukt omdat dit een ongewenst effect op de bewaking heeft.

Oorzaken

Deze sectie is niet van toepassing op dit type regel.

Oplossingen

Er bestaat geen gebruikersactie voor dit type regel.

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>