check_dns

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
steve_boohoo
Posts: 3
Joined: Thu Oct 08, 2015 12:07 pm

check_dns

Post by steve_boohoo »

Hi using the check_dns plugin but it doesn't seem to produce a graph inspite of it producing performance data?

$ check_dns -H www.boohoo.com -s 'ukbrnpsrvdc01.hq.pinstripe.co.uk' -w 2 -c 5
Output: DNS OK: 0.040 seconds response time. www.boohoo.com returns 151.249.94.231,174.35.77.145|time=0.040374s;2.000000;5.000000;0.000000
Errors:
Return code: 0
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: check_dns

Post by rkennedy »

Did you allow it time to generate a graph? I just setup a check on my end, and with this as the performance data it indeed returned perfdata and a graph -

Code: Select all

	time=0.003269s;2.000000;5.000000;0.000000
Former Nagios Employee
Locked