구성 처리

Microsoft.SystemCenter.HealthService.ConfigurationProcessing (UnitMonitor)

이 모니터는 System Center 관리 상태 서비스에서 구성을 성공적으로 로드할 수 있는지 여부를 나타냅니다.

Knowledge Base article:

요약

이 유닛 모니터는 이 System Center 상태 서비스가 구성을 로드하지 못했음을 나타냅니다.

원인

이 문제는 구성 파일의 문제로 인해 발생할 수 있습니다.

해결 방법

부모 롤업 모니터에서 문제 해결 단계를 확인하세요.

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>