> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Sean Schertell > Sent: Thursday, August 30, 2007 11:40 AM > To: [email protected] > Subject: [Nagios-users] Missing check_dns plugin > > For some reason, a fresh compile of nagios-plugins-1.4.9 results in > no check_dns plugin to be found in my nagios/libexec directory. > > I saw some advice on the list archives suggesting running ./configure > again and looking for output that might indicate why check_dns is > being skipped. I did that, but there are no clues in there. > > I can see that some other plugins won't be compiled such as > check_ldap -- but nothing about check_dns. I even grep'ed all the > output and there are zero matches for check_dns.
This is one of those plugins as well. Configure would complain about nslookup as check_dns is just a wrapper to that command. There are a few failure situations during configure ranging from nslookup not being found or the nslookup command line syntax not being recognized. You might need to pass --with-nslookup-command=PATH to configure if it's installed in a non-standard location. If the nslookup command syntax isn't recognized the plugins guys would probably be interested in your os version and nslookup version at the least. -- Marc ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
