Editore modifiche stato dell'entità

Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChangeForCollection (Rule)

Questa regola raccoglie informazioni di modifica stato dell'entità da tutte le entità gestite e le pubblica per la raccolta data warehouse su un canale predefinito

Knowledge Base article:

Riepilogo

Questa regola raccoglie informazioni di modifica stato dell'entità da tutte le entità gestite e le pubblica per la raccolta data warehouse su un canale predefinito

Cause

Questa sezione non si applica alle regole di raccolta eventi.

Soluzioni

Non esistono risoluzioni da eseguire per le regole di raccolta eventi, in quanto non generano stati o avvisi.

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>