Hi everyone.
I need to uninstall my nagios fusion on CentOS 6.5. There's any script to do that? If not, how can i do it manually?
Regards
Elvis Martins e Silva
Nagios Fusion Uninstall
Re: Nagios Fusion Uninstall
We don't have an "uninstall" script for Fusion. If this is a VM, you could revert the snapshot.
Otherwise, you could remove Fusion manually.
Important: Be careful with removing Fusion manually if you have anything else (besides Fusion) running on this server! You shouldn't have any other applications running on the Fusion server but I have seen people trying to use Nagios XI and Fusion on the same box... Use the commands below ONLY if you don't have anything else but Fusion running on this server!
Remove all of the prerequisites you previously installed:
Delete nagios user/group:
Remove the "nagiosfusion" directory:
Remove nagios entries in "/etc/sudoers".
Hope this helps.
Otherwise, you could remove Fusion manually.
Important: Be careful with removing Fusion manually if you have anything else (besides Fusion) running on this server! You shouldn't have any other applications running on the Fusion server but I have seen people trying to use Nagios XI and Fusion on the same box... Use the commands below ONLY if you don't have anything else but Fusion running on this server!
Remove all of the prerequisites you previously installed:
Code: Select all
yum -y remove httpd php gd gd-devel dstat rrdtool xinetd php-gd unzip php-pear bind-utils postgresql postgresql-libs postgresql-server php-pgsql postgresql-devel php-odbc openssl openssl-devel unzip rpmdevtools php-xml php-tidy sysstatCode: Select all
userdel -r nagios
groupdel nagios
Code: Select all
rm -rf /usr/local/nagiosfusion/Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!