Gromadź alerty generowane przez monitory

Microsoft.SystemCenter.CollectMonitorAlert (Rule)

Zasada systemowa, która gromadzi alerty generowane przez monitory.

Knowledge Base article:

Podsumowanie

Ta reguła jest używana wewnętrznie w celu gromadzenia wszystkich alertów generowanych przez monitory dla całej grupy zarządzania. Ta reguła nie powinna być pomijana, ponieważ miałoby to niekorzystny wpływ na monitorowanie.

Przyczyny

Ta sekcja nie ma zastosowania dla tego typu reguł.

Rozwiązania

Brak akcji użytkownika dla tego typu reguł.

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>