Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Zabbix topic: chapter 12 zabbix proxy distributed Monitoring configuration

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Zabbix topic: chapter 11 zabbix proxy distributed Monitoring configuration

Friends who are interested in Linux join QQ group: 476794643 online communication

Hotlink protection in this article: http://zhang789.blog.51cto.co

Zabbix proxy distributed monitoring configuration

Zabbix proxy can retrieve client data instead of zabbix server, and then report the data to zabbix server, and to some extent share the pressure of zabbix server. Zabbix proxy can easily realize centralized and distributed monitoring.

Zabbix proxy usage scenarios:

Monitor remote area equipment

Monitor unstable areas of the local network

When zabbix monitors thousands of devices, use it to relieve pressure on server

Simplify the maintenance of zabbix

Zabbix proxy only needs a tcp to connect to zabbix server, so you only need to add a rule to the firewall. Zabbix proxy databases must be separated from server, otherwise the data will be corrupted, after all, most of the tables in the two databases are the same. In short, remember, the database can be separated.

After proxy collects the data, it first caches the data locally, and then passes it to zabbix server. This time is determined by the parameter ProxyLocalBuffer and ProxyOfflineBuffer in the proxy configuration file.

Zabbix proxy is a data collector that does not calculate triggers, handle events, or send alarms

Note: when using agent active mode, be sure to remember the agent profile parameter ServerActive plus the IP address of proxy. Remember, it's best to use IP for Hostname, not domain names, and don't use domain names without dns resolution.

Zabbix-proxy install [root@localhost ~] # ls

Anaconda-ks.cfg install.log.syslog zabbix-get-3.0.2-1.el6.x86_64.rpm

Install.log schema.sql zabbix-proxy-mysql-3.0.2-1.el6.x86_64.rpm

[root@localhost] # yum-y install * .rpm

Import zabbix-proxy data into [root@localhost ~] # cp / usr/share/doc/zabbix-proxy-mysql-3.0.2/schema.sql.gz. /

[root@localhost] # gzip-d schema.sql.gz

[root@localhost ~] # mysql

Mysql > create database zabbix_proxy

Mysql > GRANT ALL ON zabbix_proxy.* TO 'zbxuser'@'localhost' IDENTIFIED BY' zbxpass'

Mysql > flush privileges

[root@localhost] # mysql-u zbxuser-pzbxpass-h localhost zabbix_proxy

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report