Notificación de cambios de estado en la disponibilidad del servicio de mantenimiento

Microsoft.SystemCenter.2007.NotifyAvailabilityState (Rule)

Regla para notificar los cambios de estado en la disponibilidad dentro de la topología de Operations Manager.

Knowledge Base article:

Resumen

Esta regla notifica los cambios de estado de disponibilidad acerca de cualquier servicio de mantenimiento de administración de System Center en la base de datos.

Causas

Esta sección no se aplica a esta regla de notificación.

Resoluciones

No hay ninguna resolución que realizar para las reglas de notificación, ya que no generan estados ni alertas.

Element properties:

TargetMicrosoft.SystemCenter.AgentWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule notifies about availability state changes

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthService.AvailabilityDataSource.Composite Default
WA WriteAction Microsoft.SystemCenter.HealthService.AvailabilityPost.Composite Default

Source Code:

<Rule ID="Microsoft.SystemCenter.2007.NotifyAvailabilityState" Comment="this rule notifies about availability state changes" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AgentWatchersGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="50">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.HealthService.AvailabilityDataSource.Composite"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.HealthService.AvailabilityPost.Composite"/>
</WriteActions>
</Rule>