Recolher Eventos

Microsoft.SystemCenter.CollectEventData (Rule)

Regra do sistema que recolhe eventos a partir de qualquer objeto.

Knowledge Base article:

Resumo

Esta regra é utilizada internamente para recolher todos os eventos de todo o Grupo de Gestão. Esta regra não deve ser substituída, na medida em que pode ter um impacto adverso negativo na monitorização.

Causas

Esta secção não se aplica a este tipo de regra.

Resoluções

Não existe ação do utilizador para este tipo de regra.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects all event data from the agent

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.PublishedEventProvider Default
WA WriteAction Microsoft.SystemCenter.EventWriter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectEventData" Comment="this rule collects all event data from the agent" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="60">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.PublishedEventProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="SCLibrary!Microsoft.SystemCenter.EventWriter" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer"/>
</WriteActions>
</Rule>