To monitore infrastructure.
Status: in test
wget http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/2.0.6/zabbix-2.0.6.tar.gz/download
tar -xvf download
cd zabbix
apt-get install gcc
apt-get install make
./configure --enable-agent
make install
vi /usr/local/etc/zabbix_agentd.conf server 192.168.1.104
vi /etc/rc.local
Zabbix can’t be run in root
su