Windows タイム サービスの状態

Microsoft.Windows.Cluster.NodeRole.TimeServiceCheck (UnitMonitor)

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

Knowledge Base article:

概要

このモニターは、Windows タイム サービスの状態を確認します。 サービスが現在実行されていない場合は、アラートが生成されます。

原因

サービスは次のようなさまざまな原因で停止することがあります:

解決方法

次のリンクをクリックして、このサービスを再開します。

サービスの開始

Element properties:

TargetMicrosoft.Windows.Cluster.NodeRole
Parent MonitorSystem.Health.AvailabilityState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows タイム サービスは実行されていません
{0} の Windows タイム サービスは実行されていません
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Cluster.NodeRole.TimeServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="ClusLibrary!Microsoft.Windows.Cluster.NodeRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Cluster.NodeRole.TimeServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/NetworkName$</ComputerName>
<ServiceName>W32Time</ServiceName>
</Configuration>
</UnitMonitor>