Get Started
6. Editing Frontend Config
Follow Editing Zabbix PHP Frontend Configuration File
Need to Uncomment the “date.timezone” setting:
sudo nano /etc/zabbix/apache.conf
Uncomment this line like:
php_value date.timezone Europe/Paris
Set the Right time zone for you…
7. Starting Server
To Start the Zabbix Server
Simply run:
sudo systemctl start zabbix-server httpd php-fpm
And to make it start at Boot:
sudo systemctl enable zabbix-server httpd php-fpm
Again for Starting the Zabbix Agent.
sudo systemctl start zabbix-agent
8. Getting Started
Moreover, see the Zabbix Quick Start Guides
Contents