DNS_Check

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
nerdintern2019
Posts: 2
Joined: Wed Jun 19, 2019 12:08 pm

DNS_Check

Post by nerdintern2019 »

I do not have dns_check built in in my nagios box, and when I tried to install plugins, it still doesnt show up. I found check_dns.c but that file doesnt run dor some reason. I really need help on this.

Thank You,
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: DNS_Check

Post by scottwilkerson »

/usr/local/nagios/libexec/check_dns comes with the nagios-plugins package

https://support.nagios.com/kb/article.php?id=569

Be sure you look at the Prerequisites based on your OS

You will want to make sure you have the following before compiling (based on CentOS)

Code: Select all

yum install -y bind-utils
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked