Microsoft Windows Server DNS 전달자 조건부 역방향 NSLookUp

Microsoft.Windows.Server.DNS.Forwarder.Conditional.Reverse.NSLookup (AggregateMonitor)

로컬 호스트에 대해 수행되는 테스트의 결과와 전달자 원격 대상에 대해 수행되는 테스트의 결과를 둘 다 포함합니다.

Knowledge Base article:

요약

이 모니터는 “최악의 경우” 집계 모니터입니다. 이 모니터에는 127.0.0.1에 대해 실행되는 NSLOOKUP 테스트 및 전달자에서 대상으로 지정한 모든 원격 IP 주소가 포함된 종속성 모니터가 있습니다. 모든 원격 IP 주소를 항상 사용할 수 있는 것은 아니므로 종속성 모니터는 원격 DNS Server가 하나 이상 응답하면 정상 상태가 되는 "최선의 경우" 모니터입니다.

원인

127.0.0.1 및/또는 전달자에서 대상으로 지정한 모든 원격 DNS Server에 대해 NSLOOKUP이 실패했습니다.

해결 방법

전달자에 올바른 원격 DNS Server가 포함되어 있고 네트워크를 통해 해당 서버에 연결할 수 있는지 확인합니다.

Element properties:

TargetMicrosoft.Windows.Server.DNS.Forwarder.Conditional.Reverse
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - 조건부 역방향 전달자 - 모든 IP 주소에서 NSLookup 실패
도메인 이름: {0}
서버: {1}

경고는 모니터의 내부 실패를 나타냅니다.
위험은 NSLookup이 실패했음을 나타냅니다.

자세한 내용은 상태 탐색기를 참조하십시오.

Source Code:

<AggregateMonitor ID="Microsoft.Windows.Server.DNS.Forwarder.Conditional.Reverse.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Forwarder.Conditional.Reverse" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.Forwarder.Conditional.Reverse.NSLookup_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.Server.DNS.Forwarder"]/DomainName$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>