配置存储整理状态

Microsoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreGroomMonitor (UnitMonitor)

用于在管理配置服务组上获得配置存储整理工作项的状态的监视器

Knowledge Base article:

摘要

System Center Management Configuration 服务在可接受的时间量内无法执行配置存储整理状态任务。

此监视器的用途是确定配置服务在过去 30 分钟(默认值)是否未能运行“ConfigStoreGroom”工作项。 “ConfigStoreGroom”工作项失败所造成的影响是在此时间内管理组可能会遇到反复无常的行为。

配置

绿色状态:在过去 30 分钟(或在阈值中指定的时间)内至少已经成功地运行了一次配置存储整理状态任务。

红色状态:配置服务的所有实例在某个时间段无法连续执行此工作项。 监视器进入此状态时会生成警报。

原因

出现这种情况有下列原因:

解决方法

要进一步调查此问题,请考虑:

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationServiceGroup
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreMaintenanceWorkItemsMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ManagementConfigurationService.WorkItemStatsMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
管理配置服务组在某个时间段无法执行配置存储整理工作项
管理配置服务组在某个时间段无法执行配置存储整理工作项。 上一个错误消息(如果可用): {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreGroomMonitor" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationServiceGroup" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreMaintenanceWorkItemsMonitor" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.WorkItemStatsMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.ConfigStoreGroomMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/LastErrorMessage$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="WorkItemOnSchedule" HealthState="Success"/>
<OperationalState ID="Bad" MonitorTypeStateID="WorkItemDelayed" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FrequencySeconds>60</FrequencySeconds>
<WorkItemName>ConfigStoreGroom</WorkItemName>
<ToleranceSeconds>1800</ToleranceSeconds>
</Configuration>
</UnitMonitor>