If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
There is no "procedure" per se. You basically reverse the install process.
stop zabbix
remove binaries (usualy found in /usr/local/sbin)
remove the php files (this depends on your distribution)
run the mysql client
- drop database zabbix; (unless you specified a different name)
- quit
delete the zabbix config directory
- rm -rf /etc/zabbix
delete the init script if you set one up.
- rm /etc/init.d/zabbix_* (unless you used a different name)
Welcome to a world without Zabbix
Comment