Microsoft Windows Server DNS Server 侦听 IP 地址

Microsoft.Windows.Server.DNS.Server.ListeningIPAddresses (AggregateMonitor)

汇总服务器侦听的所有 IP 地址的状态。 在单个 IP 地址生成警报。

Knowledge Base article:

摘要

此为“最差”监视器。如果服务器的任何侦听 IP 地址都对 NSLOOKUP 无响应,将显示为不正常。

原因

DNS 服务器侦听的一个或多个 IP 地址无法正常响应 NSLOOKUP。

解决方案

验证服务器的网络配置是否正确。 验证 DNS 服务器是否配置为侦听正确的 IP 地址。 确认没有防火墙软件干扰 DNS。

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic

Source Code:

<AggregateMonitor ID="Microsoft.Windows.Server.DNS.Server.ListeningIPAddresses" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Server" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>