+1
Under review
How to monitor a name server
How would one monitor a name server? - e.g. and make sure it is up and responding properly to queries.
Customer support service by UserEcho
You may use custom shell monitor with the following command:
nslookup <known DNS address> <name server of question>
and apply content check to the output of this command - look for the IP address of this known address. If address is present this means the name server responded ok. You may also use dig instead of nslookup.
Thank you
We can consider this for future and provide workaround for now.
A question: which metrics you are interested in?
Thanks