Installation
https://www.zabbix.com/download?zabbix=4.2&os_distribution=ubuntu&os_version=18.04_bionic&db=mysql
Edit file /etc/zabbix/zabbix_server.conf and input database password at :
DBPassword=yourpassword
Edit file /etc/zabbix/apache.conf, set timezone at the 2 commented lines for example : php_value date.timezone Europe/Zurich
Finally start the server with :
# systemctl restart zabbix-server zabbix-agent apache2
# systemctl enable zabbix-server zabbix-agent apache2
Configuration
TODO
Adding endpoints (Agent)
Ubuntu Machine
apt install zabbix-agent service zabbix-agent start