Compte d'action configuré à la demande - Erreur

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

Règle détectant qu'un service de contrôle d'intégrité donné ne peut pas utiliser le compte d'identification. Ceci peut être dû à un compte d'action endommagé ou ayant expiré.

Knowledge Base article:

Résumé

Cette règle est utilisée en interne par Operations Manager. Tout remplacement de cette règle est susceptible de provoquer des comportements anormaux.

Causes

Cette section ne s'applique pas à cette règle.

Solutions

Il n'y a aucune solution à mettre en œuvre pour cette règle puisque celle-ci ne génère ni états, ni alertes.

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>