Zabbix Monitoring System Client installation
Use the agentd listener to obtain data.
For Zabbix Server Installation, see
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
Install
1) create a user
Groupadd zabbix
Useradd-g zabbix
2) unzip the package.
Tar-zxvf zabbix_agents_2.0.3.linux2_6.i386.tar.gz-C/usr/local/zabbix_agent
3) install the service
Cat>/etc/services <
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 the ip address of 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 must be executed on the server, where 192.168.10.199 is the ip address of the agent.
#/Usr/local/zabbix/bin/zabbix_get-s192.168.10.199-p10050-k "system. uptime"
1031163
Summary:
For more information about zabbix browser configuration, I have personally studied zabbix, which is very powerful and excellent in monitoring and image reports. However, the configuration is complicated, I didn't get the desired result. I will use other software later.
Some Zabbix Tutorials:
Compile and install Zabbix2.4.5 source code in Ubuntu 14.04
Install and deploy the distributed monitoring system Zabbix 2.06
Install and deploy the distributed monitoring system Zabbix 2.06
Install and deploy Zabbix in CentOS 6.3
Zabbix distributed monitoring system practice
Under CentOS 6.3, Zabbix monitors apache server-status
Monitoring MySQL database Parameters Using Zabbix in CentOS 6.3
Install Zabbix 2.0.6 in 64-bit CentOS 6.2
ZABBIX details: click here
ZABBIX: click here
This article permanently updates the link address: