How to Install Zabbix Server on Ubuntu 12.04 LTS server

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

Start the services,

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

Change the Admin password,

#mysql mysql> use zabbix; mysql> update users set passwd=MD5(‘password’) where name=’zabbix’;

Now Open the zabbix web console from your browser,

http://YOUR.IP.ADDR.ESS/zabbix

Use The following credentials to login,
zabbix / password

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
Scroll to Top