OnDemand-Konfiguration für Aktionskonto – Erfolg

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

Regel, die feststellt, dass ein bestimmter Integritätsdienst das konfigurierte Aktionskonto wiederherstellen und verwenden konnte.

Knowledge Base article:

Zusammenfassung

Diese Regel wird intern durch OpsMgr verwendet. Ein Außerkraftsetzen dieser Regel kann unerwartetes Verhalten verursachen.

Ursachen

Dieser Abschnitt gilt nicht für diese Regel.

Lösungen

Für diese Regel gibt es keine Lösung, weil sie keinen Status und keine Warnung generiert.

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.SetActionAccountConfiguredStateAction.Success Default

Source Code:

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