Cuenta de acción configurada a petición: error

Microsoft.SystemCenter.HealthService.ActionAccountConfigured.OnDemand.Error (Rule)

Regla que detecta que un servicio de mantenimiento determinado no puede usar la cuenta RunAs. Esto puede ser el resultado de una cuenta de acción dañada o caducada.

Knowledge Base article:

Resumen

Operations Manager usa esta regla internamente. Al invalidar esta regla, se producirá un comportamiento que tal vez no sea el que espera.

Causas

Esta sección no se aplica a esta regla.

Resoluciones

No hay ninguna resolución que realizar para esta regla, ya que no genera estados ni alertas.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentHealthService Action Account configured

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource Default
WriteAction WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetActionAccountConfiguredStateAction.Error Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.ActionAccountConfigured.OnDemand.Error" Comment="HealthService Action Account configured" 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.ActionAccountConfigured"]$</MonitorId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetActionAccountConfiguredStateAction.Error"/>
</WriteActions>
</Rule>