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 service zabbix-server apache2 php-fpm start
And to make it Starting at Boot:
sudo service zabbix-server apache2 php-fpm enable
Again for Starting the Zabbix Agent.
sudo service zabbix-agent start
8. Getting Started
Moreover, see the Zabbix Quick Start Guides
Contents