I am a linux new bee. Please be gentle.
I install the linux-nrpe-agent on a cents server, and need to uninstall it. Any help would be greatly appreciated.
Thank you in advance,
AJ
uninstall linux-nrpe-agent
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: uninstall linux-nrpe-agent
We do not have an "uninstall script" but you should be able to do the following
Code: Select all
delgroup nagios
deluser nagios
rm -f /etc/xinet.d/nrpe
service xinetd restart
rm -rf /usr/local/nagiosRe: uninstall linux-nrpe-agent
Let me clarify, this is to remove the centos linux AGENT right? Would I also follow the same procedure to remove a Mac OS agent?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: uninstall linux-nrpe-agent
Correct this is to remove the agent, to remove the OSX agent it may be a little different as directories change. You should look for the same things to remove.