按需加载的系统规则 - 成功

Microsoft.SystemCenter.HealthService.SystemRulesLoaded.OnDemand.Success (Rule)

此规则检测到 System Center 管理运行状况服务能够恢复并加载系统规则。

Knowledge Base article:

摘要

此规则供 Operations Manager 内部使用。 替代此规则将导致不可预期的行为。

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource Default
WriteAction WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetSystemRulesLoadedStateAction.Success Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.SystemRulesLoaded.OnDemand.Success" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatchersGroup" ConfirmDelivery="true" Remotable="true" Priority="High" DiscardLevel="100">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource">
<MonitorId>$MPElement[Name="Microsoft.SystemCenter.HealthService.SystemRulesLoaded"]$</MonitorId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetSystemRulesLoadedStateAction.Success"/>
</WriteActions>
</Rule>