時刻精度が範囲外です

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

このサーバーの時刻オフセットの合計を監視します

Knowledge Base article:

概要

時刻精度が範囲外のモニターでは、オペレーターがシステムにさまざまなしきい値を設定できます。

構成

時刻精度が範囲外のモニターは、既定では無効に設定されています。有効にするには、次の手順に従います。

作成領域で [モニター] を選択し、[検索対象] に「時刻精度が範囲外」と入力して、[検索開始] をクリックします。

モニターを上書きして、Enabled = "True" に設定します。

既定のしきい値はミリ秒です。

上書きを使用すると、しきい値をマイクロ秒の形式に変更できることに注意してください。たとえば、しきい値 = 0.001 は 1 マイクロ秒です。また、これらのしきい値は、管理グループ内のすべてのコンピューターに適用できます。さらに、必要に応じて、特定のコンピューター用に別個のしきい値を定義することもできます。

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
時刻精度が範囲外のアラート
時刻精度の変動が {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>