Hello!
Docs say that proxy needs a DB, but gives no details how to set it up.
Setup is easy:
Please add this to docs
Docs say that proxy needs a DB, but gives no details how to set it up.
Setup is easy:
Code:
cd /usr/share/doc/zabbix-proxy-mysql-2.4.7/create mysql -uroot -e "create database zabbix_proxy" mysql -uroot zabbix_proxy < schema.sql
Comment