Indirizzo IP di ascolto del server Microsoft Windows Server DNS

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

Esegue il roll up dello stato di tutti gli indirizzi IP su cui il server è in ascolto. Gli avvisi sono generati nel singolo indirizzo IP.

Knowledge Base article:

Riepilogo

Si tratta di un monitor "Worst Of". Visualizzerà lo stato di Non integro quando un qualsiasi indirizzo IP in ascolto del server non risponde a 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>