Coletar Estado do Objeto

Microsoft.SystemCenter.CollectPublishedEntityState (Rule)

Regra do sistema que coleta eventos de alteração de estado de qualquer objeto.

Knowledge Base article:

Resumo

Esta regra é usada internamente para coletar todos os eventos de alteração de estado em todos os objetos para o Grupo de Gerenciamento inteiro. Essa regra não deve ser substituída, pois terá um impacto negativo no monitoramento.

Causas

Esta seção não é aplicável a esse tipo de regra.

Resoluções

Não existe nenhuma ação do usuário para esse tipo de regra.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects all monitor states from an agent

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.PublishedEntityHealthStateChangeProvider Default
PostFilter ConditionDetection Microsoft.SystemCenter.DistributedAcknowledgement.PostFilter Default
WA WriteAction Microsoft.SystemCenter.EntityHealthStateChangeWriter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectPublishedEntityState" Comment="this rule collects all monitor states from an agent" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="40">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.PublishedEntityHealthStateChangeProvider"/>
</DataSources>
<ConditionDetection ID="PostFilter" TypeID="Microsoft.SystemCenter.DistributedAcknowledgement.PostFilter">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>4506DE47-806E-447f-90BB-20FAEBB7E87E</ChannelId>
<ItemId>ManagedEntityId=$Data/ManagedEntity$ MonitorId=$Data/Changes/Change/MonitorId$</ItemId>
<ItemValid>$Data/@InstanceExists$</ItemValid>
<Cookie>$Data/Changes/Change/EventOriginId$</Cookie>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WA" TypeID="SCLibrary!Microsoft.SystemCenter.EntityHealthStateChangeWriter" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer"/>
</WriteActions>
</Rule>