配置处理

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>