Zabbix Linux is deployed on a monitored side

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.