Stato servizio Ora di Windows

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

Esegue il monitoraggio dello stato del servizio Ora di Windows

Knowledge Base article:

Summary

Monitors that the Windows Time service is running on this domain controller. This service maintains date and time synchronization on all clients and servers in the network.

If the service is stopped, date and time synchronization will be unavailable.

Resolutions

Verify that the Windows Time service is set to automatic start and is running.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.EssentialService.W32Time
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Servizio Ora di Windows non in esecuzione
Il servizio Ora di Windows non è in esecuzione.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.EssentialService.W32Time.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.EssentialService.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.EssentialService.W32Time.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</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>