Uninstalling Fusion

This support forum board is for questions relating to Nagios Fusion.
Locked
paul.jobb
Posts: 167
Joined: Tue Aug 02, 2011 4:37 pm

Uninstalling Fusion

Post by paul.jobb »

Hi;

Are there instructions for uninstalling fusion?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Uninstalling Fusion

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
paul.jobb
Posts: 167
Joined: Tue Aug 02, 2011 4:37 pm

Re: Uninstalling Fusion

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Uninstalling Fusion

Post 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.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked