Re-Install NRPE on Linux Client

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
crnewman
Posts: 4
Joined: Thu Aug 24, 2017 11:01 am

Re-Install NRPE on Linux Client

Post by crnewman »

I'm running Nagios XI on CentOS 6.9 on VMWare. I was having a problem installing the NRPE client on a Linux box running CentOS 7.3 and I followed the instructions on your site to manually uninstall NRPE. I then tried to re-run the ./fullinstall and the script aborts saying it's already installed. How can I re-install NRPE?

Thanks,
Craig
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Re-Install NRPE on Linux Client

Post by npolovenko »

Hello, @crnewman. It's hard to tell without knowing how you installed nrpe in a first place. Because there are multiple ways to do that. Do you still have a link to the installation tutorial that you used?

Second, you should go over the steps in the tutorial one more time.
https://support.nagios.com/kb/article/n ... e-741.html

Third, you may search the system for nrpe files and folders:

Code: Select all

find / -name nrpe 
And then remove everything that has the nrpe name on it.

That should do it.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Re-Install NRPE on Linux Client

Post by gormank »

The OP needs to remove or rename the directory created by extracting the nrpe package, probably in /tmp, extract the package, then run fullinstall. The installation creates files that tell it what installation steps succeeded, so it can resume in the event of a failure.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Re-Install NRPE on Linux Client

Post by npolovenko »

Thanks for the input, @gormank!

@crnewman, Were you able to get this resolved?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked