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?
Nagios Plugin For Centos 5.11
Re: Nagios Plugin For Centos 5.11
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. -
Let us know if you run into any issues.
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
Former Nagios Employee
-
pradeepanan
- Posts: 41
- Joined: Wed Sep 30, 2015 1:58 pm
Re: Nagios Plugin For Centos 5.11
Thanks a lot. That worked
Re: Nagios Plugin For Centos 5.11
I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee