Uninstall AIX agent

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

Uninstall AIX agent

Post by srikanth.kallu »

Hi,

Is there any way to unistall aix agent cleanly which can delete all the users and packages.

Please help
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Uninstall AIX agent

Post by scottwilkerson »

running the following should remove the 2 packages and the created user/group

Code: Select all

rpm -e nagios-plugins nrpe-2.13-1
rmuser nagios
rmgroup nagios
Then remove the 2 directories

Code: Select all

rm -rf /opt/nagios
rm -rf /etc/nagios
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

Re: Uninstall AIX agent

Post by srikanth.kallu »

It worked,

Thank You!
Locked