Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: shwingone on January 01, 2010, 02:56:06 PM

Title: [Resolved] How to uninstall zabbix server and agent ?
Post by: shwingone on January 01, 2010, 02:56:06 PM
Hi All,

3 months ago I installed zabbix contribs with this how : http://wiki.contribs.org/Zabbix

Now, I ran yum remove smeserver-zabbix-server and server-zabbix-agant (zabbix-proxy wasn't installed)
and db configuration delete zabbix-server

But if I use find / -name zabbix -print i received :
/usr/share/zabbix
/etc/zabbix
/var/run/zabbix
/var/log/zabbix
/var/lib/zabbix

What can I do to remove all zabbix components ?
Why yum remove "all-zabbix components " leave traces ?

Thank you and happy new year :)


Title: Re: How to uninstall zabbix server and agent ?
Post by: Stefano on January 01, 2010, 07:50:32 PM
try

Code: [Select]
rpm -e smeserver-zabbix-server server-zabbix-agent

HTH
Title: Re: How to uninstall zabbix server and agent ?
Post by: shwingone on January 02, 2010, 08:19:29 AM
 :-?
How can I run your suggestion, if i already ran yum remove smeserver-zabbix-agent (and server) ??
Title: Re: How to uninstall zabbix server and agent ?
Post by: Stefano on January 02, 2010, 09:54:55 AM
you are right.. :-)

anyway, you can safely remove the directories left..
Title: Re: How to uninstall zabbix server and agent ?
Post by: shwingone on January 03, 2010, 09:40:07 AM
ok, simply... :)
Thank you for your advice.