Page 1 of 1
Nagios Plugin For Centos 5.11
Posted: Tue Apr 26, 2016 9:01 am
by pradeepanan
Hi All,
I am trying to upgrade nagios plugin version 1.4.15 to 1.4.16. The reason i thought of doing is, i dont find any plugins on /usr/lib64/nagios/plugins except couple. Can someone guide me how to upgrade?
Re: Nagios Plugin For Centos 5.11
Posted: Tue Apr 26, 2016 10:14 am
by rkennedy
Adjust this as needed for 1.4.15. Here's what would be done for 2.1.1, you may need to change the --with-nagios-user and --with-nagios-group variables specific to your environment. -
Code: Select all
wget http://www.nagios-plugins.org/download/nagios-plugins-2.1.1.tar.gz
cd /tmp/nagios-plugins-2.1.1
./configure --with-nagios-user=nagios --with-nagios-group=nagios --with-openssl
make all
make install
Let us know if you run into any issues.
Re: Nagios Plugin For Centos 5.11
Posted: Thu Apr 28, 2016 7:01 am
by pradeepanan
Thanks a lot. That worked
Re: Nagios Plugin For Centos 5.11
Posted: Thu Apr 28, 2016 9:40 am
by tmcdonald
I'll be closing this thread now, but feel free to open another if you need anything in the future!