Recoletor de alteração de estado de entidade

Microsoft.SystemCenter.DataWarehouse.CollectEntityHealthStateChange (Rule)

Esta regra recolhe todos os eventos de alteração de estado de entidade publicados (no canal predefinido) para a recolha do Armazém de Dados (para o arquivo predefinido)

Knowledge Base article:

Resumo

Esta regra recolhe todos os eventos de alteração de estado de entidade publicados (no canal predefinido) para a recolha do Armazém de Dados (para o arquivo predefinido)

Causas

Esta secção não é aplicável a regras de recolha de eventos.

Resoluções

Não há nenhuma resolução a realizar para as regras de recolha de eventos, uma vez que estas não geram nem estados nem alertas.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.DataWarehouse.PublishedEntityHealthStateChangeProvider Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.EntityHealthStateChangeDataWriterDefaultRouting Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.CollectEntityHealthStateChange" Target="SystemCenter!Microsoft.SystemCenter.HealthService" Enabled="true" ConfirmDelivery="true" DiscardLevel="30" Remotable="true" Priority="Normal">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.DataWarehouse.PublishedEntityHealthStateChangeProvider">
<DropItems>true</DropItems>
<QueueDataOnStall>false</QueueDataOnStall>
<QueueDataStallInterval>PT2M</QueueDataStallInterval>
<StalledDataQueueSizeMB>100</StalledDataQueueSizeMB>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.EntityHealthStateChangeDataWriterDefaultRouting" Target="Microsoft.SystemCenter.DataWarehouseConnectorServer"/>
</WriteActions>
</Rule>