Dokładność czasu poza zakresem

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

Monitoruje łączne przesunięcie czasowe na tym serwerze

Knowledge Base article:

Podsumowanie

Monitor Dokładność czasu poza zakresem umożliwia operatorom ustawianie zmiennych wartości progowych systemu.

Konfiguracja

Monitor dokładności czasu poza zakresem jest wyłączony domyślnie. Aby ją włączyć:

W obszarze Tworzenie wybierz opcję Reguły, w polu „Szukaj” wpisz „Dokładność czasu poza zakresem” i kliknij przycisk Znajdź teraz.

Przesłoń reguły, aby ustawić wartość Włączone = „Prawda”.

Domyślny próg to milisekunda

Aby zmienić format wartości progowych na mikrosekundy, można użyć zastąpień, np. próg równy 0,001 to 1 mikrosekunda. Ponadto te wartości progowe można zastosować do wszystkich maszyn w grupie zarządzania lub w razie potrzeby zdefiniować oddzielne wartości progowe dla określonych maszyn.

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
Alert dotyczący dokładności czasu poza zakresem
Dokładność czasu różni się powyżej wartości {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>