Tag:
agent

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 […]

Handy Tips #11: Collect and send custom metrics with Zabbix sender
November 11, 2021
Handy Tips
Collect custom metrics from your in-house applications and forward them to your Zabbix instance by utilizing the Zabbix sender command-line tool. As you scale up our monitoring, you will inevitably encounter a situation where a particular metric can be quite complex to collect with native monitoring techniques. Zabbix sender can use multiple methods to ingest […]

Handy Tips #10: Zabbix agent item Allow and Deny lists
November 4, 2021
Handy Tips
Restrict access to sensitive information by defining Zabbix agent item Allow and Deny lists. Zabbix agent enables Zabbix users to collect a multitude of metrics. In some environments collection of a particular metric should be restricted to prevent access to confidential data. Zabbix Agent Allow and Deny lists enable users to define flexible metric collection […]

Handy Tips #9: Native SSL/TLS certificate monitoring
October 29, 2021
Handy Tips
Track TLS/SSL certificate validity and expiration using the new Zabbix agent 2 template. Previously, Zabbix users had to rely on custom scripts to monitor website certificates as there was no native out-of-the-box solution to check TLS or SSL certificate validity and expiration date. This problem has been solved with the introduction of the new WebCertificate […]

Handy Tips #8: Detect error strings with the new Find function
October 21, 2021
Handy Tips
Automate pattern detection in collected values. The new find history function provides multiple ways of searching for patterns in collected data. Previously, Zabbix had multiple trigger functions for detecting string patterns – str, regexp, and iregexp. To simplify the history analysis, they were merged into a single Find function. In Zabbix 5.4 release, we have […]

Support of whitelists and blacklists for metrics on agent side
September 1, 2020
Conferences
The new whitelist and blacklist functionality in Zabbix 5.0 may help to secure your environment. Learn how and why using this functionality in the following blog post.

Zabbix SNMP – What You Need to Know and How to Configure It
June 18, 2020
How To
SNMP is one of the most used monitoring types inside Zabbix. But it is also one of the most frustrating tools to configure for newcomers. Even experienced guys tend to make simple mistakes during configuration, which later lead to a lot of issues with flapping items, interfaces, false-positive notifications, or even worse.

How To Use Zabbix Low Level Discovery
April 29, 2020
How To
Low-level discovery (LLD) functionality allows you to dynamically monitor all your environment for metrics that can change from time to time, and also can be and are different between multiple servers. Zabbix monitoring software will connect to the device, check for entities that exist on it, and based on discovery output create regular items and […]

Zabbix 2.2 features, part 10 – Support of loadable modules
May 23, 2013
Technical
Zabbix comes with an impressive list of supported metrics for virtually all platforms. It covers the monitoring of performance and availability of OS including CPU, memory, network, processes, files, kernel parameters and more. Zabbix also performs agent-less checks for well-known services such as FTP, SSH, IMAP, POP3, HTTP, TCP, etc.