Microsoft Windows Server DNS 재귀 쿼리 실패(초)

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

재귀 쿼리 실패(초) 모니터링

Knowledge Base article:

요약

이 모니터는 DNS 개체의 성능 카운터 Recursive Query Failure/sec을 평가합니다. 카운터의 평균 값이 구성된 개수보다 많은 샘플에 대해 구성된 임계값보다 큰 경우 상태가 변경됩니다.

구성

빈도: 성능 카운터 샘플 간에 경과되는 시간(초)입니다.

임계값: 경고가 발생하는 값입니다.

샘플 수: 평균을 계산할 샘플 수입니다.

원인

DNS Server가 잘못 구성되었거나 요청이 너무 많아 만족시킬 수 없습니다.

해결 방법

DNS Server에서 올바른 영역 및 전달자를 호스트하고 해당 클라이언트에서 응답할 수 있는 요청을 생성하는지 확인하십시오.

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 - 재귀 쿼리 실패(초) 임계값 초과

성능 카운터 DNS\재귀 쿼리 실패(초)가 임계값을 초과했습니다.

자세한 내용은 상태 탐색기를 참조하십시오.
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>