Hi.
I'm a new user to zabbix. I would list to test it and use it in my production environment.
I've just checked pacckages on repo.zabbix.com and it seems zabbix-server-mysql depends on mysql-server.
What if I want to use zabbix with remote MySQL server?
SOLVED with:
I'm a new user to zabbix. I would list to test it and use it in my production environment.
I've just checked pacckages on repo.zabbix.com and it seems zabbix-server-mysql depends on mysql-server.
What if I want to use zabbix with remote MySQL server?
SOLVED with:
Code:
apt-get --no-install-recommends install zabbix-server-mysql
Comment