Health Service availability state changes notification

Microsoft.SystemCenter.2007.NotifyAvailabilityState (Rule)

Rule to notify about availability state changes within Operations Manager topology.

Knowledge Base article:

Summary

This rules report availability state changes about any System Center Management Health Service into database.

Causes

This section is not applicable to this notification rule.

Resolutions

There is no resolution to perform for notification rules since they do not generate state or alerts.

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>