Search found 4 matches
- Thu May 09, 2019 2:40 am
- Forum: Open Source Nagios Projects
- Topic: check the domain name using the stub zone IP
- Replies: 7
- Views: 3233
Re: check the domain name using the stub zone IP
full disclosure, I'm not really familiar with these stub zone DNS servers, but I am noticing that your dig results do not have an answer, just additional information ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 4, ADDITIONAL: 5 A response from a normal DNS server has the following ;; flags: ...
- Tue May 07, 2019 9:53 pm
- Forum: Open Source Nagios Projects
- Topic: check the domain name using the stub zone IP
- Replies: 7
- Views: 3233
Re: check the domain name using the stub zone IP
Can yo show the results from dig @192.11.11.11 name.com Sure, why not? This is the result below: (I did alter the IP address and domain name for privacy purpose, but not affect your understanding) # dig @192.11.11.11 name.com ; <<>> DiG 9.9.4-RedHat-9.9.4-73.el7_6 <<>> @192.11.11.11 name.com ; (1 s...
- Tue May 07, 2019 1:40 am
- Forum: Open Source Nagios Projects
- Topic: check the domain name using the stub zone IP
- Replies: 7
- Views: 3233
Re: check the domain name using the stub zone IP
Can you show how you are running the check_dig command? It is working for me... /usr/local/nagios/libexec/check_dig -H 8.8.8.8 -4 -l www.nagios.com DNS OK - 0.028 seconds response time (www.nagios.com. 297 IN CNAME com1.nagios.com.)|time=0.028189s;;;0.000000 Is your domain name www.nagios.com behin...
- Mon May 06, 2019 9:07 am
- Forum: Open Source Nagios Projects
- Topic: check the domain name using the stub zone IP
- Replies: 7
- Views: 3233
check the domain name using the stub zone IP
Hi everyone, I would like to resolve one domain name let's say 'name.com' with is behind the stub zone, and get the IP. how can I use the plug-in in Nagios server? I have tried using check_dig but failed. p.s.: my Nagios server can get respond by just using the dig command: dig @192.xx.xx.xx name.co...