收集系统中所有监视器的状态更改事件

Microsoft.SystemCenter.CollectEntityState (Rule)

此规则收集系统中所有状态更改事件

Knowledge Base article:

摘要

此规则供内部使用,用于收集整个管理组给定对象的所有状态。 此规则不应被替代,因为会对监视产生负面影响。

原因

本节不适用于此类型规则。

解决方法

此类型规则无需任何用户操作。

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>