Microsoft Windows Server DNS Recursive Query Failure/sec

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

监视器 Recursive Query Failure/sec

Knowledge Base article:

摘要

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

配置

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

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

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

原因

DNS 服务器配置错误或向该服务器发出的请求太多而无法满足。

解决方案

确保 DNS 服务器托管正确的区域和转发器,且该服务器应该能够答复客户端对其发出的请求。

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Instance NameDNS
Counter NameRecursive Query Failure/sec
Frequency180
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.AverageThreshold
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - Recursive Query Failure/sec 超过阈值

性能计数器 DNS\Recursive Query Failure/sec 超过阈值。

请参阅运行状况资源管理器以了解详细信息。
RunAsMicrosoft.Windows.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.RecursiveQueryFailuresec" 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.RecursiveQueryFailuresec_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 Query Failure/sec</CounterName>
<ObjectName>DNS</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>180</Frequency>
<Threshold>500</Threshold>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>