Skonfigurowano konto działania

Microsoft.SystemCenter.HealthService.ActionAccountConfigured (AggregateMonitor)

Ten monitor jest w stanie krytycznym, jeśli konto Uruchom jako jest nieprawidłowo skonfigurowane.

Knowledge Base article:

Podsumowanie

Ten monitor wskazuje, że docelowa usługa System Center Management Health monitorowana przez tego obserwatora nie ma prawidłowo skonfigurowanego konta akcji.

Może to utrudniać uruchamianie zasad i monitorów w docelowej usłudze kondycji.

Przyczyny

Podczas pobierania zaktualizowanej konfiguracji konta akcji mogła ona ulec uszkodzeniu.

Rozwiązania

Można wykonać następujące czynności, aby zainicjować naprawę agenta, która wymusi między innymi zaktualizowanie jego pakietu administracyjnego i pamięci podręcznej konfiguracji:

Nawiguj do obszaru Administracja.

Kliknij widok Zarządzane z wykorzystaniem agentów w obszarze Zarządzanie urządzeniami.

W okienku wyników wybierz jednego lub więcej agentów.

Kliknij polecenie Napraw w okienku akcji.

Można użyć domyślnego konta działania lub podać inne poświadczenia.

Kliknij przycisk Napraw.

Powinno to spowodować naprawdę agenta i wymusić żądanie jego nowej konfiguracji.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Konto działania jest nieprawidłowo skonfigurowane
Usługa System Center Management Health {0} uruchomiona na hoście {1} i obsługująca grupę zarządzania o identyfikatorze {2} nie ma dobrej kondycji. Konto działania jest nieprawidłowe.

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.ActionAccountConfigured" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.ActionAccountConfigured.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/HealthServiceId$</AlertParameter1>
<AlertParameter2>$Data/Context/DataItem/HostName$</AlertParameter2>
<AlertParameter3>$Data/Context/DataItem/ManagementGroupId$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>