Installing
-
2. Setting Up Zabbix Repo
Add Zabbix Repository for Linux Mint 19
Set Up it as for Ubuntu Bionic.
-
3. Installing
So to Install Zabbix for Ubuntu
Server with MySQL DB:sudo apt install zabbix-server-mysql
And instead for the PostgreSQL version:
sudo apt install zabbix-server-pgsql
Then the Agent with:
sudo apt install zabbix-agent
And for the Frontend PHP:
sudo apt install zabbix-frontend-php
Again for the Web UI Choose between the Apache Web Server:
sudo apt install zabbix-apache-conf
Or the NGINX:
sudo apt install zabbix-nginx-conf
Contents