Install Zabbix on Centos 7
Zabbix requires Apache-Mysql-PHP stack to be installed in order to run. You can follow this previous post. Let’s download and install Zabbix rpm -ivh http://repo.zabbix.com/zabbix/2.4/rhel/7/x86_64/zabbix-release-2.4-1.el7.noarch.rpm yum install zabbix-server-mysql zabbix-web-mysql zabbix-agent We have to edit timezone in /etc/httpd/conf.d/zabbix php_value date.timezone Europe/Athens … Continue reading