Diferencia horaria fuera de intervalo

Microsoft.Windows.Server.10.0.OperatingSystem.TotalTimeOffset (UnitMonitor)

Supervisa la diferencia horaria total de este servidor

Knowledge Base article:

Resumen

El monitor Diferencia horaria fuera de intervalo permite a los operadores establecer valores de umbral variables para el sistema.

Configuración

El monitor Diferencia horaria fuera de intervalo está deshabilitado de forma predeterminada. A continuación, se indica cómo habilitarla:

En el espacio de creación, elija Reglas, escriba "Diferencia horaria fuera de intervalo" en "Buscar" y haga clic en Buscar ahora.

Invalide el monitor para establecer Enabled = "True".

El umbral predeterminado es milisegundos.

Tenga en cuenta que las invalidaciones se pueden usar para cambiar los valores de umbral en forma de microsegundos; por ejemplo, un umbral de 0,001 es 1 microsegundo. Además, estos umbrales se pueden aplicar a todas las máquinas del grupo de administración o, si es preciso, pueden definirse valores de umbral distintos para una máquina específica.

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorSystem.Health.AvailabilityState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.10.0.TimeOffset.Monitortype
RemotableTrue
AccessibilityPublic
Alert Message
Alerta de precisión horaria fuera de intervalo
La precisión horaria varía por encima de {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.OperatingSystem.TotalTimeOffset" Accessibility="Public" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.10.0.TimeOffset.Monitortype" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.OperatingSystem.TotalTimeOffset.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='TimeOffset']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="TimeOffsetHigh" HealthState="Error"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="TimeOffsetNormal" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>600</IntervalSeconds>
<TimeoutSeconds>120</TimeoutSeconds>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<Threshold>60000</Threshold>
<NumSamples>4</NumSamples>
<CounterName>Computed Time Offset</CounterName>
<ObjectName>Windows Time Service</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
</Configuration>
</UnitMonitor>