Zabbix 3.4.11 on Ubuntu 16.04
mysql 5.7
Please forgive my newbie ignorance - I must have missed something. The install and setup seemed to work fine. I wanted to just get a feel for the UI so I enabled the pre-installed "Zabbix server" host. It has a number of items that are all enabled. But Monitoring -> Latest data does not show any data.
The server with Zabbix also has the agent running on port 10500, which is the port configured on the host. Netstat shows a bunch of connections from random ports on localhost to port 10500 on localhost, so I assume that is the server connecting to the agent to gather data. I didn't see anything in the server log that seemed relevant.
The only changes I made to zabbix_server.conf were for the DB connection: DBHost, DBName, DBUser, DBPassword.
mysql 5.7
Please forgive my newbie ignorance - I must have missed something. The install and setup seemed to work fine. I wanted to just get a feel for the UI so I enabled the pre-installed "Zabbix server" host. It has a number of items that are all enabled. But Monitoring -> Latest data does not show any data.
The server with Zabbix also has the agent running on port 10500, which is the port configured on the host. Netstat shows a bunch of connections from random ports on localhost to port 10500 on localhost, so I assume that is the server connecting to the agent to gather data. I didn't see anything in the server log that seemed relevant.
The only changes I made to zabbix_server.conf were for the DB connection: DBHost, DBName, DBUser, DBPassword.
Comment