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 服务器响应,它就可正常运行。

原因

针对 127.0.0.1 和/或转发器面向的所有远程 DNS 服务器的 NSLOOKUP 失败。

解决方案

请确保转发器包含正确的远程 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>