运行状况服务可用性状态更改通知

Microsoft.SystemCenter.2007.NotifyAvailabilityState (Rule)

一个用于通知 Operations Manager 拓扑内可用性状态更改的规则。

Knowledge Base article:

摘要

此规则报告有关数据库中任何 System Center 管理运行状况服务的可用性状态更改。

原因

本节不适用于此通知规则。

解决方法

对通知规则没有可执行的解决方法,因为它们不生成状态或警报。

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>