Tag:
low-level discovery

What’s Up, Home? – Monitor your mobile data usage
May 26, 2023
Community
Can you monitor your mobile data usage with Zabbix? Of course, you can! By day, I am a Lead Site Reliability Engineer in a global cyber security company Forcepoint. By night, I monitor my home with Zabbix & Grafana Labs and do some weird experiments with them. Welcome to my blog about this project.

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

Handy Tips #40: Simplify metric pattern matching by creating global regular expressions
November 10, 2022
Handy Tips
Streamline your data collection, problem detection and low-level discovery by defining global regular expressions.

Handy Tips #38: Automating SNMP item creation with low-level discovery
September 22, 2022
Handy Tips
Let Zabbix automatically discover and start monitoring your SNMP data points. Creating items manually for each network interface, fan, temperature sensor, and other SNMP data points can be a very time-consuming task. To save time, Zabbix administrators need to automate item, trigger, and graph creation as much as possible. Automate item, trigger and graph creation […]

Keep Things Cool with Zabbix
July 12, 2022
Community
Do your friends, colleagues or maybe even your significant other have a nasty habit of leaving the fridge half-open causing you a frustrating evening and potentially even ruining your cherished batch of pistachio-flavored ice cream? With the right thermometer and a little Zabbix knowledge, you can configure Zabbix to keep a watchful eye on the […]

Extend your Low-level discovery rules with overrides
September 7, 2021
How To
Overrides is an often overlooked feature of Low-level discovery that makes the discovery of different entities in your environment so much more flexible. In this blog post, we will take a look at how overrides work and how we can use them to extend our Low-level discovery rules with additional logic.

Low-Level Discovery with Dependent items
April 1, 2021
Community
The low-level discovery was introduced in Zabbix 2.0 and still belongs to one of the all-time favorites. Before LLD was available, adding items was all manual work. For example adding new disks, new interfaces, network ports on switches and everything else was all manual labor. And then LLD came around and suddenly we were able […]

Automatic TCP port monitoring
August 11, 2020
How To
Have you ever wanted to automatically discover and monitor all your listening TCP ports for one machine? In this blog post, we will teach you another simple way to do it.

A Journey Of Discovery
July 21, 2020
Case Study
Low-Level Discovery is built-in functionality in Zabbix, which automatically creates items, triggers, and graphs based on JSON input received from the Zabbix Agent or the Zabbix Server. Learn how to make your life as a Zabbix admin easier thanks to LLD.

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 Agent Auto Registration
March 17, 2020
How To
Learn how to deploy the Zabbix agent on a large number of hosts using the auto registration feature and save your time on manual work.

Using Macros for Time Periods Management
December 12, 2017
How To
Let’s continue to cover the innovations of Zabbix 3.4, shall we? This time, we’re going to talk about the use of macros in update intervals and other time periods.