Hi;
Are there instructions for uninstalling fusion?
Uninstalling Fusion
Re: Uninstalling Fusion
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!
Re: Uninstalling Fusion
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
You will need to remove all of the /usr/local/nagiosfusion items from the nagios users crontab
Then
This should do it.
Code: Select all
crontab -e -u nagiosCode: 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