Microsoft Windows Server DNS Recursive TimeOut/sec

Microsoft.Windows.Server.DNS.RecursiveTimeOutsec (UnitMonitor)

监视器 Recursive TimeOut/sec

Knowledge Base article:

摘要

该监视器将评估性能计数器 DNS 对象每秒的递归超时。 如果计数器的平均值超过已配置的阈值,超出的值大于已配置的样本数,则会更改状态。

配置

频率:提取性能计数器样本之间相隔的秒数。

阈值:达到该值时将发出警报。

样本数:平均值采用的样本数。

原因

过多的递归请求已超时。

解决方案

请提供其他系统资源,和/或增加转发器的超时值。

Element properties:

TargetMicrosoft.Windows.Server.DNS.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.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.RecursiveTimeOutsec" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Server" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.Server.DNS.ActionAccount" TypeID="Performance!System.Performance.AverageThreshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.RecursiveTimeOutsec_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>