Hi everyone. I am very new to Zabbix. I have installed Zabbix 3.4 on my CentOS 7. After I logged in to my browser to access the GUI, I get a lot of errors shown on my dashboard. Can someone please help me with this issue?
The errors shown under 'Host Status' and 'System Status':
Error in query [SELECT g.groupid,g.name FROM groups g WHERE EXISTS (SELECT NULL FROM hosts h,hosts_groups hg WHERE hg.hostid=h.hostid AND h.status='0' AND g.groupid=hg.groupid)] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups g WHERE EXISTS (SELECT NULL FROM hosts h,hosts_groups hg WHERE hg.hostid=' at line 1]
MySQL Version Installed:
show variables like"%version%";
innodb_version: 8.0.11
protocol version: 10
tls_version: TLSv1, TLSv1.1, TLSv1.2
version:8.0.11
version_comment: MySQL Community Server - GPL
version_compile_machine: x86_64
version_compile_os: Linux
version_compile_zlib: 1.2.11
I know that MySQL 8.0 was just released last month. Is it supported by Zabbix 3.4? What do I do to solve this issue? Not sure what's happening with the dashboard errors.
The errors shown under 'Host Status' and 'System Status':
Error in query [SELECT g.groupid,g.name FROM groups g WHERE EXISTS (SELECT NULL FROM hosts h,hosts_groups hg WHERE hg.hostid=h.hostid AND h.status='0' AND g.groupid=hg.groupid)] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups g WHERE EXISTS (SELECT NULL FROM hosts h,hosts_groups hg WHERE hg.hostid=' at line 1]
MySQL Version Installed:
show variables like"%version%";
innodb_version: 8.0.11
protocol version: 10
tls_version: TLSv1, TLSv1.1, TLSv1.2
version:8.0.11
version_comment: MySQL Community Server - GPL
version_compile_machine: x86_64
version_compile_os: Linux
version_compile_zlib: 1.2.11
I know that MySQL 8.0 was just released last month. Is it supported by Zabbix 3.4? What do I do to solve this issue? Not sure what's happening with the dashboard errors.
Comment