Microsoft Windows Server DNS Server Listening IP Addresses

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

Aggregates the state of all IP Addresses the server listens on. Alerts are generated at the individual IP Address.

Knowledge Base article:

Summary

This is a “Worst Of” monitor. It will show as unhealthy if any of the server’s listening IP addresses are unresponsive to NSLOOKUP.

Causes

One or more of the IP addresses the DNS server is configured to listen on did not properly respond to NSLOOKUP.

Resolutions

Verify that the server’s network configurations are correct. Verify that the DNS server is configured to listen on the correct IP addresses. Verify that no firewall software is interfering with 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>