Microsoft Windows Server DNS Server 수신 IP 주소

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

서버에서 수신하는 모든 IP 주소의 상태를 롤업합니다. 개별 IP 주소에서 경고가 생성되었습니다.

Knowledge Base article:

요약

이 모니터는 “최악의 경우” 모니터입니다. 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>