Override to disable Windows Time service Status monitor on Windows Server 2012 and Windows Server 2012 R2 clusters.

OverrideForTimeServiceCheckMonitor (MonitorPropertyOverride)

On Windows Server 2012 and Windows Server 2012 R2 clusters the Windows Time service monitor will be disabled because the health state of the Windows Time service does not affect the cluster node health state.

Element properties:

ContextMicrosoft.Windows.Server.6.2.Computer
TargetMicrosoft.Windows.Cluster.NodeRole.TimeServiceCheck
PropertyEnabled
Valuefalse
EnforcedFalse

Source Code:

<MonitorPropertyOverride ID="OverrideForTimeServiceCheckMonitor" Context="ServerLibrary!Microsoft.Windows.Server.6.2.Computer" Enforced="false" Monitor="ClusMonitoring!Microsoft.Windows.Cluster.NodeRole.TimeServiceCheck" Property="Enabled">
<Value>false</Value>
</MonitorPropertyOverride>