(非推奨) 管理構成サービス - Windows サービスの状態

Microsoft.SystemCenter.ConfigurationService.ServiceMonitor (UnitMonitor)

このモニターは、Windows の管理構成サービスの状態を確認します。

Knowledge Base article:

(非推奨) 概要

管理構成サービスが実行されていない。

(非推奨) 原因

管理構成サービスが実行されていない場合は、管理構成サービスが System Center Management ヘルス サービスに新しい構成を設定できません。 Operations Manager およびシステムのイベント ログを確認し、管理構成サービスが停止状態になった理由を特定します。

(非推奨) 解決策

ルート管理サーバーで System Center 管理構成サービスを再開します。

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
Parent MonitorMicrosoft.SystemCenter.ConfigurationService.AvailabilityHealthRollup
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
(非推奨) 構成サービスが停止しました
ルート管理サーバー上の構成サービスが停止しました。 構成サービスはこの状態を {0} に入力しました。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ConfigurationService.ServiceMonitor" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.RootManagementServer" ParentMonitorID="Microsoft.SystemCenter.ConfigurationService.AvailabilityHealthRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ConfigurationService.ServiceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/@time$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>OMCFG</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>