PWP wiki processor

UbuntuDapperZabbix1.1

| StartPage |

Installing ZABBIX 1.1 on Ubuntu Dapper 6.06LTS Server Edition

On a fresh Ubuntu Dapper 6.06LTS Server Edition with 'LAMP Server' install group selected and installed, just issue the following commands:
wget »http://puzzle.dl.sourceforge.net/sourceforge/zabbix/zabbix-1.1.tar.gz
tar zxvf zabbix-1.1.tar.gz
cd zabbix-1.1/
sudo apt-get install php5-gd
sudo apt-get install make
sudo apt-get install libsnmp4.2-dev
sudo apt-get install libsnmp4.2
sudo apt-get install libssl-dev
sudo apt-get install ntpdate
sudo apt-get install build-essential
sudo apt-get install libmysqlclient15-dev
sudo apt-get install libnet-snmp-perl
sudo apt-get install libsnmp-base libsnmp9-dev
sudo apt-get install fping
Then, sudo adduser zabbix and:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp
make
sudo make install
Don't forget to create MySQL zabbix database and populate it (schema and datas). Give (grant) access to a 'zabbix' user (whatever the name you prefer), and edit the frontend db.inc accordingly.

Then, position you configuration files and startup scripts, and let's rock.

   (Powered by PWP Version 1-5-1 )