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
Re-Install NRPE on Linux Client
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Re-Install NRPE on Linux Client
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:
And then remove everything that has the nrpe name on it.
That should do it.
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 That should do it.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Re-Install NRPE on Linux Client
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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.