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
Author:
Anonymous
Senior Network Architect at Mintly Oy Zabbix 7.0 Certified Expert Zabbix 6.0 & 7.0 Certified Professional Zabbix 6.0 & 7.0 Certified Specialist
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 […]
Decrypting Zabbix TLS with Wireshark
Decrypting Zabbix TLS with Wireshark
November 6, 2023
Community
One of the built-in security features in Zabbix is TLS (Transport Layer Security) support for external connections. This means that when your distributed Zabbix proxies or Zabbix agents connect to the Zabbix server (or vice versa), TLS can be used to encrypt all the connections. When the connections are encrypted, third parties cannot read the […]
Troubleshooting Zabbix Agent with Wireshark
Troubleshooting Zabbix Agent with Wireshark
September 21, 2023
Community
A variety of tools exist that can be used to troubleshoot different Zabbix components. In this article I will demonstrate how Wireshark can be used to rule out network connectivity issues as the root cause of data collection problems.
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.
LLD Filtering with Macros
LLD Filtering with Macros
January 20, 2023
Community
When configuring monitoring and using templates in Zabbix you often see low-level discovery (LLD) used for finding out the monitored components or features of a host. In this post, I will explain how user macros and regular expressions are used in LLD for filtering the discovery results. I’m using the Network Generic Device by SNMP […]