2 minutes
Setting Zabbix on Ubuntu 18.04
I have recently been making some clean virtual machines on my home server and I am a big fan of Zabbix so here are my notes on getting it up and running.
Get the system ready
As with any installation the first thing to do is make sure the system is up to date, I tend to run the command below which will check for updates, install them and remove anything left over.
To use Zabbix we will be using MySQL for the backend and the standard php frontend so we will need to set up a quick LAMP server
create database and user
Installing Zabbix
Download the deb package
Install the server and the front end
Import initial database schema
Start Zabbix and turn on auto start
Configure Front End
When you first access http://host_or_ip/zabbix
you will be taken through the install steps where you will be asked for the database information. Once this is done you can login with the default username Admin
and password zabbix
The first thing I tend to do is swap the theme to Dark, Head to Administration > General, Now that is done it is time to do what the first change should really be and that is changing the default password for the internal admin account. Click on the user icon on the top right or go to Administration > Users > Admin then click change password
That is it, Now you have Zabbix up and running on Ubuntu 18.04