Gromadź zdarzenia zmiany stanów wszystkich monitorów w systemie

Microsoft.SystemCenter.CollectEntityState (Rule)

Ta reguła gromadzi wszystkie zdarzenia zmiany stanów w systemie

Knowledge Base article:

Podsumowanie

Ta reguła jest używana wewnętrznie w celu gromadzenia wszystkich stanów danego obiektu dla całej grupy zarządzania. Nie należy zastępować tej zasady, ponieważ miałoby to niekorzystny wpływ na monitorowanie.

Przyczyny

Ta sekcja nie ma zastosowania do tego typu zasad.

Rozwiązania

Brak akcji użytkownika dla tego typu zasad.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects states of all entities

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Health.TargetGroupEntityStateChangeProvider Default
WA WriteAction Microsoft.SystemCenter.CollectEntityHealthStateChange Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectEntityState" Comment="this rule collects states of all entities" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="40">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Health!System.Health.TargetGroupEntityStateChangeProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="SCLibrary!Microsoft.SystemCenter.CollectEntityHealthStateChange"/>
</WriteActions>
</Rule>