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:

preprocessing

Kubernetes monitoring with Zabbix – Part 3: Extracting Prometheus metrics with Zabbix preprocessing
Kubernetes monitoring with Zabbix – Part 3: Extracting Prometheus metrics with Zabbix preprocessing
March 23, 2023
How To
In the previous Kubernetes monitoring blog post, we explored the functionality provided by the Kubernetes integration in Zabbix and discussed use cases for monitoring and alerting to events in a cluster, such as changes in replicas or CPU pressure.
Handy Tips #39: Extracting metrics from structured data with Zabbix preprocessing
Handy Tips #39: Extracting metrics from structured data with Zabbix preprocessing
October 26, 2022
Handy Tips
Collect structured data in bulk and use Zabbix preprocessing to extract and transform the necessary metrics. Collecting data from custom monitoring endpoints such as web applications or custom in-house software can result in the collected data requiring further extraction or transformation to fit our requirements. Use Zabbix preprocessing to extract metrics from structured data: Extract […]
Combining preprocessing with storing only trend data for high-frequency monitoring
Combining preprocessing with storing only trend data for high-frequency monitoring
November 4, 2021
How To
There are many design choices to consider when we build our monitoring environment for high-frequency monitoring. How to minimize performance impact? What are the data retention policies with storage space in mind? What are the available out-of-the-box features to solve these potential problems? In this blog post, we will discuss when you should use preprocessing […]
Deploying and configuring Zabbix 5.4 in a multi-tenant environment
Deploying and configuring Zabbix 5.4 in a multi-tenant environment
August 10, 2021
Conferences
In this post and the video, we will discuss deploying and configuring Zabbix 5.4 in a multi-tenant environment and how Zabbix is finally ready for real multi-tenant use cases thanks to multiple features.
Save 2 clicks, test data preprocessing
Save 2 clicks, test data preprocessing
February 4, 2021
How To
This topic is related to template development from scratch, bulk data input, and a lot of dependable items having different preprocessing steps each. If these keywords resonate with you, keep reading.
Why Zabbix throttling preprocessing is a key point for high-frequency monitoring
Why Zabbix throttling preprocessing is a key point for high-frequency monitoring
November 13, 2020
How To
Sometimes we need much more than collecting generic data from our servers or network devices. For high-frequency monitoring, we need functionality to offload сore components from the extensive load. Throttling is the exact thing that will allow you to drop repetitive values on a Pre-processing level and collect only changing values.
Preprocessing — how to get what you want to get with Zabbix 5.0
Preprocessing — how to get what you want to get with Zabbix 5.0
October 21, 2020
Conferences
Preprocessing is a great tool to make data collection precise and crystal clear. That’s why we prepared some great examples of how you can use that tool to achieve the same.
Deep Dive in Zabbix Preprocessing
Deep Dive in Zabbix Preprocessing
November 11, 2019
How To
What are the different ways you can use Zabbix preprocessing and why you should consider implementing it in your environment? Let’s take a brief look at how Zabbix preprocessing has evolved and the technical nuances of transforming and storing your preprocessed data.
Zabbix XPath Preprocessing
Zabbix XPath Preprocessing
November 5, 2019
How To
Processing of XML documents were never as easy as now. Xpath preprocessing is available as a native functionality without any third party scripts or modules. Write your xpath query and use it against your XML document to extract desired value.
Javascript support in item preprocessing
Javascript support in item preprocessing
May 14, 2019
How To
With new preprocessing steps added to Zabbix in nearly every release, it became obvious that it’s impossible to predict every business case, so we had to come up with a universal solution. This, in turn, raised an important question – which embedded scripting language/engine to use.