Windows 시간 서비스 상태

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

Windows 시간 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 기본 서비스 모니터를 사용하여 도메인 컨트롤러에 중요한 Windows 서비스 “Windows 시간 서비스” W32Time의 상태를 모니터링합니다.

구성

구성이 필요하지 않습니다.

해결 방법

관련 작업을 사용하여 서비스를 다시 시작하십시오.

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 시간 서비스 실행 중 아님
Windows 시간 서비스가 도메인 컨트롤러 {0}에서 실행되고 있지 않습니다.
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>