Koozali.org: home of the SME Server

[Resolved] How to uninstall zabbix server and agent ?

Offline shwingone

  • 13
  • +0/-0
[Resolved] How to uninstall zabbix server and agent ?
« 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 :)


« Last Edit: January 03, 2010, 09:40:36 AM by shwingone »

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: How to uninstall zabbix server and agent ?
« Reply #1 on: January 01, 2010, 07:50:32 PM »
try

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

HTH

Offline shwingone

  • 13
  • +0/-0
Re: How to uninstall zabbix server and agent ?
« Reply #2 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) ??

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: How to uninstall zabbix server and agent ?
« Reply #3 on: January 02, 2010, 09:54:55 AM »
you are right.. :-)

anyway, you can safely remove the directories left..

Offline shwingone

  • 13
  • +0/-0
Re: How to uninstall zabbix server and agent ?
« Reply #4 on: January 03, 2010, 09:40:07 AM »
ok, simply... :)
Thank you for your advice.