HowTo: Install Zabbix Server & Zabbix Agent

June 24, 2008 · Filed Under Linux · Comment 

Zabbix is a system which allow you to monitor multiple server within your local area network or even across Internet. It comes with a nice web front end which let you monitor many things that happen in the servers on your web browser, isn’t great? Basically, it runs an application in a master server, they call it Zabbix Server, and a Zabbix Agent in the server that you want to monitor. Therefore, you will have to install them separately. Agent will report almost everything you wan to the Master Server, after it received the data it starts to process for you and let you access to them in your web browser. The web script is written in PHP and using MySQL, PostgreSQL and SQLite, and it have to be installed in the Master Server as well (Maybe it can be installed separately, but i never tried that). I will only jot down the installation guide for both Server and Agent and is for MySQL only, maybe later for the configuration and settings, they are quite complicated but trust me, they worth a learn. This guide tested in CentOS 5.1 and Fedora Core 8.

[ZABBIX SERVER INSTALLATION GUIDE]

First of all make sure you have your Apache, MySQL and PHP installed in the server.

1. Download the latest version from Zabbix, and untar it.

Read more