Regras do Sistema Carregadas sob Demanda - Êxito

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

Essa regra detecta que um serviço de integridade do System Center Management não conseguiu recuperar e carregar regras do sistema.

Knowledge Base article:

Resumo

Essa regra é usada internamente pelo Operations Manager. As substituições para essa regra farão com que o comportamento não seja o esperado.

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>