welcome to netwrkspider

Friday, September 21, 2012

How to : Install Zabbix on Ubuntu 12.04 LTS server



AIM : Installation of Zabbix Monitoring Server on Ubuntu 12.04 LTS /11.10/11.04/10.04 LTS


#Ubuntu 12.04 /11.04/10.04 LTS


#Install Zabbix server with mysql from ubuntu repository

sudo apt-get install zabbix-server-mysql

#Install Zabbix Server Front end

sudo apt-get install zabbix-frontend-php

#Install Zabbix Agent on server.

sudo apt-get install zabbix-agent


Now restart the services


sudo /etc/init.d/zabbix-server restart
sudo /etc/init.d/zabbix-agent restart


Now open the zabbix on browser..

http://your ip/zabbix

User : admin
Password : yourpassword
 

Note : if you are not able to login just update your password on your zabbix mysql db

mysql> use zabbix;
mysql> update users set passwd=MD5('yourpassword') where name='zabbix';


5 comments:

バイアグラ通販 said...

バイアグラは男性機能改善を目的としたED治療薬(勃起不全治療薬)です。
バイアグラの通販夜ともガイドはバイアグラを確実にお届けしております。

Anonymous said...

this is waste

Anonymous said...

this is waste

Andry said...

it's works default user:admin password:zabbix
thanks a lot

stalker145 said...

Update - The latest U/N and P/W combo out of the box is Admin/zabbix.