Windows タイム サービスのヘルス

Microsoft.Windows.Server.2008.AD.DC.W32Time.ServiceCheck (UnitMonitor)

Windows サービスの Windows タイム のヘルスを監視します

Knowledge Base article:

概要

このモニタは、基本サービス モニタを使用して、ドメイン コントローラにとって重要な Windows サービスである W32Time (Windows タイム サービス) のヘルスを監視します。

構成

構成の必要はありません。

解決方法

関連付けられているタスクを使用してサービスを開始/再開します。

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DC.W32Time
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Windows タイム サービスは実行されていません
ドメイン コントローラ {0} 上で Windows タイム サービスが実行されていません
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.DC.W32Time.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DC.W32Time" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.AD.DC.W32Time.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<ServiceName>W32Time</ServiceName>
</Configuration>
</UnitMonitor>