How to Install Zabbix Monitoring Server on Ubuntu 16.04

preview_player
Показать описание
In this Video, Step by Step Demonstration is being done regarding Installing Zabbix Monitoring Server on Ubuntu 16.04.

Steps to Install Zabbix Monitoring Server on Ubuntu 16.04 are as follows:

Step 1: Login with Root
#su -
password

Step 2: Update the System
#apt-get update

Step 3: Install LAMP Server
#apt-get install lamp-server^

Step 4: Adding Zabbix Server Repositories to Ubuntu 16.04
#apt-get update

Step 5: Install Zabbix Server
#apt-get install zabbix-server-mysql zabbix-frontend-php

Step 6: Database for Zabbix Server
#mysql -u root -p

#CREATE DATABASE zabbixdb;
#FLUSH PRIVILEGES;
#exit

Step 7: Now restart zabbix database schema in newly created database

#cd /usr/share/doc/zabbix-server-mysql

Step 8: Edit Zabbix Configuration File

Update the following
DBHost=localhost
DBName=zabbixdb
DBUser=zabbix
DBPassword=anand

Step 9: Restart Services

#service apache2 restart
#service zabbix-server restart

Step 10: Start Zabbix Server Web Installer

Click Next

Step 11: Make the following Changes to the following file

#cd /etc/php/7.0/apache2

Changes:

Step 12: Install Php Extensions

#apt-get install php7.0-xml
#apt-get install php7.0-bcmath
#apt-get install php7.0-mbstring

Restart Services
#service apache2 restart
#service zabbix-server restart

Name: Zabbix Server

Login Name: admin
password: zabbix
Рекомендации по теме
Комментарии
Автор

Helped me with a class project, 10/10 the most clear video and the quickest!

MrNascar
Автор

Thank you so much!!! Have been trying to do this since a long time but couldn't. You nailed it!

mad_max
Автор

ty a lot dude, I'm actually an intern in a high school and I launch this aplication for the validation of my diploma wich is very nice

very good/20 :D

timothel
Автор

such a great video you got here my friend.. I followed every steps with great success. thank you

superpiyok
Автор

Easy peasy, Had issue with PHP time zone while configuring time server. Its getting Pre-test error. I forgot to remove comment mark in PHP time zone, My BAD! Thank for The video otherwise i will still searching for an answer : D :D

nuwanthadeshapriya
Автор

Thank you very much for this guide! This video is more better than all what i can find! 10/10. Very good !

ParkerVint
Автор

Dear sir ! I am a new mem about Zabbix...i want to install Zabbix 3.2 on Ubuntu 16.04 LTS....Is this same on your video?Thanks so much

chuoicanai
Автор

Many thanks! Please keep it up! Need more Zabbix lessons. :)

vannaramao
Автор

Very nice video, really helped me. Work flawlessly. Thanks a lot!

christiandani
Автор

Great vid Anand, can't thank you enough for this tutorial it worked perfectly! =)

Drifthub
Автор

Thank you very much for your instructions, but after completing every steps I am not able to login to the dash board using the user name - admin and with password - zabbix

parakhkumarkushwaha
Автор

Very good video ! Why didn't you use Zabbix v3.2 ?

corpnaga
Автор

thanks so much it's works for me, good video and keep going :)

PERSA
Автор

Thanks you so much you are so helping me .. for my final project :)

shofimoonboy
Автор

great tutorial, thank you so much
i course my all fingers to you :D

HarisHardiansyahPc
Автор

this is awesome, thank you so much
it's very helpfull :)

misginandian
Автор

thank you so much it's works for me :)

nadiaelattaq