Page 1 of 1

Uninstalling Fusion

Posted: Wed Feb 13, 2013 11:53 am
by paul.jobb
Hi;

Are there instructions for uninstalling fusion?

Re: Uninstalling Fusion

Posted: Wed Feb 13, 2013 2:42 pm
by lmiltchev
We don't have any documentation on uninstalling Nagios Fusion. May I ask why do you want to uninstall it? Is there any particular issue that you need help with?

Re: Uninstalling Fusion

Posted: Wed Feb 13, 2013 4:19 pm
by paul.jobb
no issue with it, works fine, just installed it to pilot test it a bit. Its installed on a xi vm appliance which I want to use just as an xi server,just wanted to save the time of having the server re-rolled by our server team here as its a bit of a process.

Re: Uninstalling Fusion

Posted: Wed Feb 13, 2013 4:47 pm
by scottwilkerson
You will need to remove all of the /usr/local/nagiosfusion items from the nagios users crontab

Code: Select all

crontab -e -u nagios
Then

Code: Select all

rm -rf /usr/local/nagiosfusion
rm -f /etc/httpd/conf.d/nagiosfusion.conf
service httpd restart
echo "drop database nagiosfusion;"|psql nagiosfusion nagiosfusion
This should do it.