The test uses AGENTD to listen for data.
Server-side installation can view http://blog.chinaunix.net/space.php?uid=25266990&do=blog&id=3380929
Download
Http://www.zabbix.com/downloads/2.0.3/zabbix_agents_2.0.3.linux2_6.i386.tar.gz
Http://www.zabbix.com/documentation/2.0/manual/installation
Installation
1) Create user
Groupadd Zabbix
Useradd-g Zabbix Zabbix
2) decompression can be
TAR-ZXVF zabbix_agents_2.0.3.linux2_6.i386.tar.gz-c/usr/local/zabbix_agent
3) Installation Services
Cat >>/etc/services<<eof
Zabbix-agent 10050/tcp Zabbix Agent
Zabbix-agent 10050/UDP Zabbix Agent
Zabbix-trapper 10051/tcp Zabbix Trapper
Zabbix-trapper 10051/udp Zabbix Trapper
Eof
4) Modify the configuration file
Vim/usr/local/zabbix_agent/etc/zabbix_agent.conf
Modify IP for Zabbix server
server=192.168.10.197 #server端IP Address , please modify
5) Start
/usr/local/agent/sbin/zabbix_agentd-c/usr/local/agent/etc/zabbix_agentd.conf
Echo "/usr/local/agent/sbin/zabbix_agentd-c/usr/local/agent/etc/zabbix_agentd.conf" >>/etc/tc.local
6) Add to System directory
Ln-s/usr/local/zabbix_agent/sbin/*/usr/local/sbin/
Ln-s/usr/local/zabbix_agent/bin/*/usr/local/bin/
7) test, the following command needs to be executed on the server side, where 192.168.10.199 is the agent 's IP
#/usr/local/zabbix/bin/zabbix_get-s192.168.10.199-p10050-k "System.uptime"
1031163
Summarize:
About Zabbix browser-side configuration, you can refer to the relevant information, personal research, Zabbix very powerful, in the monitoring, image reports are very good; but the configuration is somewhat complex, and not to my desired results, later will use other software replacement