I was able to finally get this to compile... there were a few things I had to do.
#1. The version of Params Validate would not work on Lion, and I had to re-package the nagios plugins with Params-Validate-0.91. The repackage included:
*untar of the package
*removal of the wrong params validate
*copy the new params validate tarball in
*remove old nagios plugins tar
*create new nagios plugins tar
*remove nagios plug-ins folder we untared at the beginning
#2. Compilation requires autoconf which was missing from OS X 10.7.x. I downloaded, compiled, and installed the latest version.
These steps allowed me to compile, however I also had to modify some of the plug-ins after compilation as they had the wrong path for utils.sh in them.
Hope this helps someone out there,
Ken
Happy to see this thread. I used the instructions at https://wwwx.cs.unc.edu/~hays/archives/2010/11/entry_31.php for the compile. There's one change to the nrpe configure file which is to change libssl.so to libssl.dylib. After that it compiled fine in 10.7 & 10.8.
I still have a lot of questions on configuring Nagios. I can add a system using NRPE configuration wizard but that's about as far as I've got. I'd like to get alerts going for unplanned reboots, Java using too much cpu, etc.
Anyone have luck with installing on an OS X 10.8 server? My boss wants the NPRE installed yesterday on our Casper server. Thanks!
Corbin