엔터티 상태 변경 게시자

Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChangeForCollection (Rule)

이 규칙은 모든 관리되는 엔터티에서 엔터티 상태 변경 정보를 수집하고 기본 채널에 데이터 웨어하우스 수집을 위해 게시합니다.

Knowledge Base article:

요약

이 규칙은 모든 관리되는 엔터티에서 엔터티 상태 변경 정보를 수집하고 기본 채널에 데이터 웨어하우스 수집을 위해 게시합니다.

원인

이벤트 수집 규칙에 해당되지 않는 섹션입니다.

해결 방법

이벤트 수집 규칙이 상태나 경고를 생성하지 않기 때문에 해결 방법이 없습니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChangeForCollection" Target="SystemCenter!Microsoft.SystemCenter.HealthService" Enabled="true" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Health!System.Health.TargetGroupEntityStateChangeProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChange"/>
</WriteActions>
</Rule>