Page 1 of 1
Completely uninstall Nagios from CentOS 6?
Posted: Tue Oct 14, 2014 4:18 pm
by xpac
I installed this from source, now I would like it completely removed. I tried the script that I found after some googling, but it doesn't work. Besides, I feel like it would probably be a good thing to know how to do manually.
Re: Completely uninstall Nagios from CentOS 6?
Posted: Wed Oct 15, 2014 5:54 pm
by xpac
Since I installed from source, is it just a matter of tracking down all the spots where Nagios files were created and removing them manually?
Re: Completely uninstall Nagios from CentOS 6?
Posted: Thu Oct 16, 2014 9:27 am
by abrist
If you used the source defaults, you only need to remove:
Code: Select all
/usr/local/nagios
/path/to/init-scripts/nagios
There may be a few other files that escape me at the moment.
Re: Completely uninstall Nagios from CentOS 6?
Posted: Thu Oct 16, 2014 11:35 am
by xpac
Ok thanks, I also removed the nagios web conf file and the nagios user/nagcmd group which I think should cover everything.