CREATE DATABASE zabbix_db CHARACTER SET utf8 collate utf8_bin;
]]>Unsupported charset or collation for tables:
]]>For creating Zabbix database try to use below command:
CREATE DATABASE zabbix_db CHARACTER SET utf8 collate utf8_bin;
]]>Hi…
I managed to follow your guide, but after everything was finished (parameter: Zabbix server is running value: No localhost: 100510) please help resolve this
]]>Hi,
things you need to do:
setsebool -P httpd_can_connect_zabbix on
If you get an error like below,
Job for zabbix-server.service failed because a configured resource limit was exceeded. See “systemctl status zabbix-server.service” and “journalctl -xe” for details.
You may need to create custom exceptions and allow those through SELinux.
yum install policycoreutils-python
cat /var/log/audit/audit.log | grep zab | audit2allow -M zabbix-server
semodule -i zabbix-server.pp
did u disable selinux ?
]]>The only extra thing I needed to do was:
mkdir /etc/zabbix/zabbix_server.conf.d/
which is apparently due to a Zabbix bug.