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

Microsoft.Windows.Server.DNS.Server.ListeningIPAddress (DependencyMonitor)

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

Knowledge Base article:

概要

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
Parent MonitorMicrosoft.Windows.Server.DNS.Server.ListeningIPAddresses
AlgorithmWorstOf
Source MonitorMicrosoft.Windows.Server.DNS.IPAddress.NSLookup
RelationshipMicrosoft.Windows.Server.DNS.Server.Hosts.IPAddress
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.Windows.Server.DNS.Server.ListeningIPAddress" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Server" ParentMonitorID="Microsoft.Windows.Server.DNS.Server.ListeningIPAddresses" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.Server.DNS.Server.Hosts.IPAddress" MemberMonitor="Microsoft.Windows.Server.DNS.IPAddress.NSLookup">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>