Stan niepowodzenia procesu żądania statystyk elementów roboczych bez możliwości odzyskania

Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemStatsGet.SecondChanceMonitor (UnitMonitor)

Monitor sprawdzający, czy proces żądania statystyk elementu roboczego został odzyskany po awarii w określonym okresie czasu

Knowledge Base article:

Podsumowanie

W usłudze System Center Management Configuration nie udało się uzyskać statystyk elementów roboczych dla pewnego okresu.

Celem tego monitora jest określenie, czy usługa konfiguracji działa prawidłowo. Wykrywa on tę sytuację, korzystając ze zdarzenia usług konfiguracji 29183. Zdarzenie 29183 jest wyzwalane, kiedy usługa konfiguracji nie może pobrać z bazy danych informacji o stanie jej elementów roboczych w pewnym okresie.

Konfiguracja

Stan zielony: Usługa konfiguracji może określić stan każdego typu elementu roboczego.

Stan czerwony: Kilka razy z rzędu nie udało się określić stanu elementu roboczego. Monitor ponowi próbę, przyczyny podane są poniżej. Więcej informacji można znaleźć w opisie monitora „Stan procesu żądania statystyk elementów roboczych”. Po przejściu monitora w ten stan generowany jest alert.

Przyczyny

Ta sytuacja może wystąpić w następujących okolicznościach:

Rozwiązania

W celu dalszego badania problemu można podjąć następujące kroki:

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationServiceGroup
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthQueryProcessMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Grupa usługi konfiguracji zarządzania nie może wykonać elementu roboczego statystyk w danym okresie czasu
Grupa usługi konfiguracji zarządzania nie może wykonać elementu roboczego statystyk w danym okresie czasu. {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemStatsGet.SecondChanceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationServiceGroup" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthQueryProcessMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemStatsGet.SecondChanceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Item0Context/DataItem/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
<OperationalState ID="Bad" MonitorTypeStateID="FirstEventRaisedAndNoSecondEventRaisedInTimeInterval" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FirstEventId>29183</FirstEventId>
<SecondEventId>29182</SecondEventId>
<TimeIntervalSeconds>300</TimeIntervalSeconds>
</Configuration>
</UnitMonitor>