Category:
Technical
Zabbix in: exploratory data analysis rehearsal – Part 3
August 1, 2023
Technical
In the third article about Zabbix and exploratory data analysis, we will understand how theories about asymmetry and kurtosis work.
Zabbix in: exploratory data analysis rehearsal – Part 2
July 11, 2023
Technical
In the previous blog post, we just explored some of the basic statistic concepts to estimate KPIs for a web application response time: in that case, average, median and percentile. Now we must continue our work but this time, analyzing some variances of the collected metrics, considering a certain period.
Zabbix in: exploratory data analysis rehearsal – Part 1
May 12, 2023
Technical
In this article, I’ll talk about how we can think of new metrics, new use cases, how to support our business and help the company with important results and insights using exploratory data analysis introducing and implementing some data science concepts using only Zabbix.
Integrate Zabbix with your data pipelines by configuring real-time metric and event streaming
April 28, 2023
Technical
Modern IT infrastructures tend to utilize multiple data sources to evaluate and react to the current state of the infrastructure. A set of internal solutions and dedicated software tools are used to correlate the collected information and react in a proper way to changes in the environment – be it a gradual increase or decrease […]
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.
Just-in-Time user provisioning explained
March 15, 2023
How To
Zabbix 6.4 finally brings a very much waited feature called “Just-In-Time user provisioning”. Zabbix “What’s new in 6.4” LDAP/SAML user provisioning paragraph is very brief and can not (not that I am saying it should) deliver any excitement about this new really game changing feature. This blog post was born to address two points: explain in […]
Kubernetes monitoring with Zabbix – Part 2: Understanding the discovered resources
March 8, 2023
How To
In the previous blog post, we installed the Zabbix Agent Helm Chart and set up official Kubernetes templates to monitor a cluster in Zabbix. In this edition, part 2, we will explore the functionality provided by the Kubernetes integration in Zabbix and discuss use cases for monitoring and alerting on events in a cluster. (This […]
How to write a webhook for Zabbix
February 7, 2023
How To
As you know, a picture is worth a thousand words. Therefore, I would like to share the process of creating a webhook from scratch. In this article, we will walk through the creation process step by step – starting with studying the target service with which Zabbix will integrate and finishing with tests for sending […]
Deep dive into Zabbix Frontend Modules
January 17, 2023
Technical
Zabbix gives every community member the ability to extend their frontend functionality by writing their own frontend modules. In this video, we will go through the steps required to write a Zabbix frontend module and look at multiple code examples that will explain the steps behind successfully implementing a custom frontend module. The article is […]
Real Life Business Service Monitoring
January 10, 2023
Technical
Learn more about Zabbix business service monitoring features and check out our real-life use cases. The article is based on a Zabbix Summit 2022 speech by Aleksandrs Petrovs-Gavrilovs.
Generating Zabbix Health CSV reports with custom frontend module
December 12, 2022
Technical
Have you ever wanted a button to export specific data to CSV directly from Zabbix frontend? My friend Gregory and I have solved this problem.
Docker Container Monitoring With Zabbix
April 19, 2022
Community
In this blog post, I will cover Docker container monitoring with Zabbix. We will use the official Docker by Zabbix agent 2 template to make things as simple as possible. The template download link and configuration steps can be found on the Zabbix Integrations page. If you require a visual guide, I invite you to […]