We are currently running zabbix version 4.0.4. We have one server setup with database, zabbix server and zabbix web front end. I now have a second zabbix server setup acting just as a web front end. I want to connect this server to the main zabbix server.
Currently the main zabbix server is running mysql and has a username setup as zabbix@localhost. This server runs on a 192.x.x.x IP address.
The new web front end server sits on a 10.x.x.x IP. I can ping the main zabbix server from the web server.
I configured the zabbix.conf.php in the web folder to point to the zabbix database. When I try the url it loads, but says that it can not connect to mysql, which I would expect with the user being zabbix@localhost
My question is: can I set the username to allow access from the two servers? IE 192.168.2.x and the 10.255.16.x address?
Currently the main zabbix server is running mysql and has a username setup as zabbix@localhost. This server runs on a 192.x.x.x IP address.
The new web front end server sits on a 10.x.x.x IP. I can ping the main zabbix server from the web server.
I configured the zabbix.conf.php in the web folder to point to the zabbix database. When I try the url it loads, but says that it can not connect to mysql, which I would expect with the user being zabbix@localhost
My question is: can I set the username to allow access from the two servers? IE 192.168.2.x and the 10.255.16.x address?
Comment