Close
Log in to Zabbix Blog
Email
Password
Show password Hide password
Forgot password?
Incorrect e-mail and/or password
or
By creating an account or logging in with an existing account, you agree to our Terms of Service
Handy TipsTechnicalHow ToIntegrationsConferencesCommunityNewsSocialInterviewCase StudyLogin
Tag:

proxy

Zabbix 7.0 Proxy Load Balancing
Zabbix 7.0 Proxy Load Balancing
June 13, 2024
How To
One of the new features in Zabbix 7.0 LTS is proxy load balancing. As the documentation says: Proxy load balancing allows monitoring hosts by a proxy group with automated distribution of hosts between proxies and high proxy availability. If one proxy from the proxy group goes offline, its hosts will be immediately distributed among other […]
Data Buffering in Zabbix Proxy
Data Buffering in Zabbix Proxy
February 23, 2023
Community
One of the features of Zabbix proxy is that it can buffer the collected monitoring data if connectivity to Zabbix server is lost. In this post I will show it happening, using packet capture, or packet analysis.
Zabbix proxy performance tuning and troubleshooting
Zabbix proxy performance tuning and troubleshooting
May 4, 2021
Conferences
Most Zabbix users use proxies, and those running medium to large instances might have encountered some performance issues. From this post and the video, you will learn more about the most common troubleshooting steps to resolve any proxy issues and to detect them as sometimes you might be unaware of an ongoing issue, as well […]
Installing and configuring the Zabbix Proxy
Installing and configuring the Zabbix Proxy
March 3, 2021
Community
In the previous blog post, we created a Zabbix Server setup, created several users, a media type, and an action. But today, we will install on a 3rd node the Zabbix Proxy. This Zabbix Proxy will have its database running on the same host, so the “node-3” host has both the MySQL and Zabbix Proxy […]
How to setup redundant Zabbix proxies, without complex cluster configurations.
How to setup redundant Zabbix proxies, without complex cluster configurations.
October 13, 2020
Community
Zabbix proxies allow you to monitor a remote location, a DMZ, and even use cases as using proxies to ‘convert’ passive checks into active or move some load from your Zabbix server towards the proxies is a common solution.
Zabbix Network Discovery For Dynamic Deployments
Zabbix Network Discovery For Dynamic Deployments
April 21, 2020
How To
Network discovery is a good feature to simplify your daily routine on maintaining rapidly changing environment. Active registration is good, but it is limited only to hosts with Zabbix agent, while network discovery does not have any limitations.
Zabbix Server-to-Server Replication
Zabbix Server-to-Server Replication
April 2, 2020
Case Study
Solution for replicating monitoring data between Zabbix servers in a multi-tenant environment motivated by the need to have different third-party integrations in different environments.
Hidden Benefits of Zabbix Proxy
Hidden Benefits of Zabbix Proxy
January 15, 2020
Technical
Zabbix proxy is more than just a tool for distributed monitoring. It’s hard to run a huge Zabbix installation without proxies. So let them do the dirty job.
Fault Tolerance and Lessons with Zabbix
Fault Tolerance and Lessons with Zabbix
December 3, 2019
Case Study
Learn how to build a geographically distributed monitoring solution based on Zabbix combined with other opensource tools like Elasticsearch, Percona, HAproxy, and PowerDNS.
Efficient synchronization of proxy configuration in Zabbix 2.0.7
August 12, 2013
Technical
Until Zabbix 2.0.7 proxies used a simple algorithm for their configuration synchronization – overwriting the old configuration with a new one. Even unchanged records were updated. It produced a lot of SQL updates even when there were no changes in configuration. It worked good enough until one user wanted to synchronize a heavy loaded proxy […]