Microsoft Windows Server DNS Recursive TimeOut/sec

Microsoft.Windows.DNSServer.2016.RecursiveTimeOut (UnitMonitor)

Recursive TimeOut/sec を監視します

Knowledge Base article:

概要

このモニターは、DNS オブジェクトの Recursive TimeOut/sec パフォーマンス カウンターを評価します。構成されたサンプル数よりも多くのサンプルで、カウンターの平均値が構成されているしきい値を超えた場合、状態を変更します。

構成

頻度:パフォーマンス カウンターのサンプリング間隔 (秒数) です。

しきい値:アラートを生成する基準となる値です。

サンプル数:平均値を求める際のサンプルの数です。

原因

過剰な数の再帰的要求がタイムアウトしました。

解決方法

追加のシステム リソースを使用可能にするか、フォワーダーのタイムアウト値を増やします。

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Instance NameDNS
Counter NameRecursive TimeOut/sec
Frequency180
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.AverageThreshold
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - Recursive TimeOut/sec がしきい値を超えました

DNS\Recursive Time Out/sec パフォーマンス カウンターがしきい値を超えました。
詳細については、ヘルス エクスプローラーをご覧ください。
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.RecursiveTimeOut" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Server" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount" TypeID="Performance!System.Performance.AverageThreshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.RecursiveTimeOut_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Success"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Recursive TimeOut/sec</CounterName>
<ObjectName>DNS</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>180</Frequency>
<Threshold>500</Threshold>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>