Microsoft Windows Server DNS 轉寄站條件式反向 NSLookup

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

包含對 localhost 和轉寄站的遠端目標執行的測試結果。

Knowledge Base article:

摘要

此監視器是「最差」的彙總監視器。 其中包含對 127.0.0.1 執行的 NSLOOKUP 測試,以及包含所有轉寄站的目標遠端 IP 位址的相依性監視器。 由於並非所有遠端 IP 位置都會一律維持可用,因此這個相依性監視器是「最佳」監視器,也就是說,至少只要有一個遠端 DNS 伺服器可回應,即表示狀況良好。

原因

NSLOOKUP 對 127.0.0.1 和/或轉寄站的所有目標遠端 DNS 伺服器測試失敗。

解決方式

確定轉寄站包含正確的遠端 DNS 伺服器,且其可透過網路來存取。

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>