Konfigurationsverarbeitung

Microsoft.SystemCenter.HealthService.ConfigurationProcessing (UnitMonitor)

Diese Monitor zeigt an, ob die Konfiguration vom Integritätsdienst der System Center-Verwaltung erfolgreich geladen werden konnte.

Knowledge Base article:

Zusammenfassung

Dieser Einheitenmonitor zeigt an, dass von diesem Integritätsdienst der System Center-Verwaltung die Konfiguration nicht geladen werden konnte.

Ursachen

Das kann durch Probleme in der Konfigurationsdatei verursacht sein.

Lösungen

Auf dem übergeordneten Rollupmonitor sehen Sie die Schritte für die Behebung dieses Problems.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorMicrosoft.SystemCenter.HealthService.ConfigurationStateHealthRollup
CategoryConfigurationHealth
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ConfigurationProcessingMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.HealthService.ConfigurationProcessing" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ParentMonitorID="Microsoft.SystemCenter.HealthService.ConfigurationStateHealthRollup" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.ConfigurationProcessingMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<OperationalStates>
<OperationalState ID="ConfigurationSuccessfullyLoaded" MonitorTypeStateID="ConfigurationSuccessfullyLoaded" HealthState="Success"/>
<OperationalState ID="ConfigurationNotLoaded" MonitorTypeStateID="ConfigurationNotLoaded" HealthState="Error"/>
<OperationalState ID="ConfigurationPartiallyLoaded" MonitorTypeStateID="ConfigurationPartiallyLoaded" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</Configuration>
</UnitMonitor>