Recopilar alertas

Microsoft.SystemCenter.CollectAlerts (Rule)

Regla del sistema que recopila datos de alertas de cualquier objeto.

Knowledge Base article:

Resumen

Esta regla se usa internamente para recopilar todas las alertas de todo el grupo de administración. Esta regla no se debe invalidar, ya que tendrá un efecto negativo sobre la supervisión.

Causas

Esta sección se aplica a este tipo de regla.

Resoluciones

No se requiere la intervención del usuario para este tipo de regla.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.PublishedAlertProvider Default
WA WriteAction Microsoft.SystemCenter.AlertUpdateWriter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectAlerts" Comment="this rule collects all alerts from the agent" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="High" DiscardLevel="10">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.PublishedAlertProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="SCLibrary!Microsoft.SystemCenter.AlertUpdateWriter" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer"/>
</WriteActions>
</Rule>