Category:
Technical
Installing the Zabbix Server with Ansible
March 2, 2021
Community
Today we are focusing more on the automation of installation and software configuration instead of using the manual approach. Installing and configuring software the manual way takes a lot more time, you can easily make more errors by forgetting steps or making typos, and it will probably be a bit boring when you need to […]
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.
What takes disk space
January 28, 2021
How To
In today’s class let’s talk about where the disk space goes. Which items and hosts objects consume the disk space the most.
Getting your notifications via Signal
January 26, 2021
How To
Recently, Whatsapp pushed their new privacy policy where they announced to share more data with Facebook, causing an exodus to other platforms, where Signal is one of the more popular ones, among Telegram. Both are great alternatives, but I prefer Signal due to the open-source part, end to end encryption, and last but not least: […]
Examine Data Overview
January 21, 2021
How To
In this lab, let’s practice to create an on-screen report of the data (most recent metrics) which is very important for us. This post represents one technique how to advance from functionality under: “Monitoring” => “Overview”.
Summarize devices that are not reachable
January 14, 2021
How To
In this lab, we will list all devices which are not reachable by a monitoring tool. This is good when we want to improve the overall monitoring experience and decrease the size queue (metrics which has not been arrived at the instance).
Staying up to date when using official Zabbix packages
December 11, 2020
How To
It is not a secret that Zabbix maintains package repositories for multiple GNU/Linux distributions to make installing the software and staying up to date with the latest releases as easy as possible. To make use of the official Zabbix packages one should follow the instructions on https://www.zabbix.com/download. In this article, we would like to talk about […]
Close problem automatically via Zabbix API
November 20, 2020
Case Study
Today we are talking about a use case when it’s impossible to find a proper way to write a recovery expression for the Zabbix trigger. In other words, we know how to identify problems. But there is no good way to detect when the problem is gone.
Zabbix API scripting via curl and jq
November 18, 2020
How To
In this lab we will use a bash environment and utilities ‘curl’ and ‘jq’ to perform Zabbix API calls, do some scripting.
Zabbix API calls through Postman
November 16, 2020
How To
Zabbix API calls can be used through the graphical user interface (GUI), no need to jump to scripting. An application to perform API calls is called Postman.
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
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.