Hi,
then if i want to check if my localhost is doing dns resolving what should i do?
this why i can know that there is no internet issue in the local host..
Regards
check_dns issue
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: check_dns issue
They are two different checks really.
Keep in mind that this is testing if the nagios server can resolve DNS, the DNS servers it uses for lookups is defined perhaps in /etc/resolv.conf
This will check if DNS is resolving:batchen wrote:then if i want to check if my localhost is doing dns resolving what should i do?
Code: Select all
./check_dns -H www.google.com -t 40Perhaps you also want a ping check, as this will determine if traffic is flowing:batchen wrote:this why i can know that there is no internet issue in the local host..
Code: Select all
./check_icmp -H http://www.google.comAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: check_dns issue
Thanks! that has resolved my issue!

Re: check_dns issue
Glad we were able to help. We'll lock this thread now and feel free to open another should you require assistance with anything else.
Be sure to check out the Knowledgebase for helpful articles and solutions!