Microsoft Windows Server DNS サーバーが IP アドレスをリッスンしている

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

サーバーがリッスンするすべての IP アドレスの状態を集約します。 アラートは、個々の IP アドレスで生成されます。

Knowledge Base article:

概要

これは “Worst Of” モニターです。サーバーのいずれかのリッスン IP アドレスが NSLOOKUP に応答しない場合、異常と表示されます。

原因

DNS サーバーがリッスンするように構成されている 1 つ以上の 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>