Comments on: How to Install Zabbix Server 4.x on CentOS 7 / RHEL 7 https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/ Thu, 05 Aug 2021 05:20:10 +0000 hourly 1 By: jaykay https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-23550 Thu, 05 Aug 2021 05:20:10 +0000 http://www.linuxtechi.com/?p=3884#comment-23550 In reply to Anil Patel.

CREATE DATABASE zabbix_db CHARACTER SET utf8 collate utf8_bin;

]]>
By: Anil Patel https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-23160 Mon, 07 Jun 2021 04:47:44 +0000 http://www.linuxtechi.com/?p=3884#comment-23160 Hi ,
when i run the zabbix db configure in webconsole. i got error.
Cannot connect to the database.

Unsupported charset or collation for tables:

]]>
By: Pradeep Kumar https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-20700 Wed, 17 Jun 2020 04:51:44 +0000 http://www.linuxtechi.com/?p=3884#comment-20700 In reply to P.Petchimuthu.

For creating Zabbix database try to use below command:

CREATE DATABASE zabbix_db CHARACTER SET utf8 collate utf8_bin;

]]>
By: P.Petchimuthu https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-20691 Tue, 16 Jun 2020 07:14:02 +0000 http://www.linuxtechi.com/?p=3884#comment-20691 Hi ,
when i run the zabbix db configure in webconsole. i got error.
Cannot connect to the database.
Incorrect default charset for Zabbix database: “latin1” instead “UTF8”.
please anyone guide me

]]>
By: isbat https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-9794 Tue, 30 Apr 2019 09:44:49 +0000 http://www.linuxtechi.com/?p=3884#comment-9794 In reply to oulou.

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

]]>
By: Victor https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-4141 Tue, 17 Apr 2018 21:52:11 +0000 http://www.linuxtechi.com/?p=3884#comment-4141 For zabbix 3.4 new selinux policies should be taken into account
https://www.zabbix.com/documentation/3.4/manual/installation/upgrade_notes_340#possible_issues_with_selinux

]]>
By: Laurynas Ovsiukas https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-1801 Thu, 26 Oct 2017 08:50:39 +0000 http://www.linuxtechi.com/?p=3884#comment-1801 In reply to playboy.

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

]]>
By: siow https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-1550 Sun, 08 Oct 2017 16:01:37 +0000 http://www.linuxtechi.com/?p=3884#comment-1550 tried admin/zabbix upon first login but it does not work. I changed to Admin/zabbix and it worked. I am not sure why.

]]>
By: playboy https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-926 Sat, 01 Jul 2017 02:56:25 +0000 http://www.linuxtechi.com/?p=3884#comment-926 In reply to Balaraju.

did u disable selinux ?

]]>
By: Tinram https://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/#comment-865 Fri, 02 Jun 2017 16:18:11 +0000 http://www.linuxtechi.com/?p=3884#comment-865 Excellent and detailed tutorial, thank you.

The only extra thing I needed to do was:
mkdir /etc/zabbix/zabbix_server.conf.d/
which is apparently due to a Zabbix bug.

]]>