User Tools

Site Tools


notes:zabbix4-ubuntu16-install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
notes:zabbix4-ubuntu16-install [2018/09/03 15:27] – [First configuration] adminnotes:zabbix4-ubuntu16-install [2018/09/04 09:41] – [Install Zabbix 4.0 Server on Ubuntu 16.04 (Xenial) LTS] admin
Line 1: Line 1:
 ====== Install Zabbix 4.0 Server on Ubuntu 16.04 (Xenial) LTS ====== ====== Install Zabbix 4.0 Server on Ubuntu 16.04 (Xenial) LTS ======
- +-- //Tested with **Ubuntu 16.04 (Xenial) LTS** and **Zabbix Server 4.0 beta 1** on **September 2018**// --
-//Tested with **Ubuntu 16.04 (Xenial) LTS** and **Zabbix Server 4.0 beta 1** on **September 2018**//+
  
  
Line 40: Line 39:
   MariaDB [(none)]> quit;   MariaDB [(none)]> quit;
  
-Import initial schema and data for the server with:+Import initial schema and data for the Zabbix server with:
   zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uzabbix -p zabbix   zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uzabbix -p zabbix
 (when asked, type the <mysql-zabbix-password>) (when asked, type the <mysql-zabbix-password>)
Line 54: Line 53:
   sudo a2enconf zabbix-local   sudo a2enconf zabbix-local
  
-and restart Apache+and restart Apache and Zabbix Server
   sudo systemctl restart apache2   sudo systemctl restart apache2
 +  sudo systemctl restart zabbix-server
  
-==== First configuration =====+==== Configure Web UI =====
  
 Now point your browser to Now point your browser to
   http://your-webserver/zabbix/   http://your-webserver/zabbix/
-and configure the web ui and its access to the mysql database using the wizard.+and follow the wizard to configure Zabbix frontend and its access to the Mysql database .
  
-Finally, when presented the Zabbix “Welcome” screen, enter the user name 'Admin' with password 'zabbix' to log in as a Zabbix superuser (then change immediately the password!)+Finally, when presented the Zabbix “Welcome” screen, enter the user name '//Admin//' with password '//zabbix//' to log in as a Zabbix superuser for the first time(then change immediately the password!)
notes/zabbix4-ubuntu16-install.txt · Last modified: 2018/09/07 10:13 by admin