Nagios Plugin For Centos 5.11

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pradeepanan
Posts: 41
Joined: Wed Sep 30, 2015 1:58 pm

Nagios Plugin For Centos 5.11

Post 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?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios Plugin For Centos 5.11

Post 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.
Former Nagios Employee
pradeepanan
Posts: 41
Joined: Wed Sep 30, 2015 1:58 pm

Re: Nagios Plugin For Centos 5.11

Post by pradeepanan »

Thanks a lot. That worked
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios Plugin For Centos 5.11

Post by tmcdonald »

I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee
Locked