構成処理

Microsoft.SystemCenter.HealthService.ConfigurationProcessing (UnitMonitor)

このモニターは、System Center Management ヘルス サービスが構成を正常に読み込めたかどうかを示します。

Knowledge Base article:

概要

このユニット モニターは、この System Center Management ヘルス サービスが構成を正しく読み込めなかったことを示しています。

原因

構成ファイルの問題が原因である可能性があります。

解決策

この問題を解決する手順については、親のロールアップ モニターを参照してください。

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>