Category:
How To
Partitioning a Zabbix MySQL(8) database with Perl or Stored Procedures
March 9, 2021
How To
In this blog post, you will learn how to set up MySQL partitioning using existing community resources. If you wish to learn more about Zabbix MySQL database partitioning, check out this blog post for an extensive guide below. This guide is meant to work for all most prominent MySQL features including MySQL 8, MariaDB or […]
Finalizing the installation of Zabbix Agent with Ansible
March 4, 2021
Community
In the previous blog posts, we created a Zabbix Server with a new user, a media type, and an action. In the 2nd blog post, we continued with creating and configuring a Zabbix Proxy. In the last part of this series of blog posts, we will install the Zabbix Agent on all of the 3 […]
Installing and configuring the Zabbix Proxy
March 3, 2021
Community
In the previous blog post, we created a Zabbix Server setup, created several users, a media type, and an action. But today, we will install on a 3rd node the Zabbix Proxy. This Zabbix Proxy will have its database running on the same host, so the “node-3” host has both the MySQL and Zabbix Proxy […]
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 […]
Managing complexity in Zabbix installations with Splunk
February 26, 2021
Community
A big data analytics engine can be used to optimize large and complex Zabbix installations: keeping track of the amount and kind of problems over time, top alert producers, and much more. You can employ Splunk to optimize and analyze vital Zabbix runtime parameters, such as ‘unsupported items,’ repeatedly happening host availability issues, misconfigured agents, […]
Setting up Zabbix Agent 2 for PostgreSQL monitoring and revealing how it works
February 24, 2021
Conferences
This article will recall the most important theses about the plugin for PostgreSQL monitoring for Zabbix Agent 2. Here you’ll find the explanation of how the plugin works under the hood illustrated with a simple example. You will also get familiar with a new mechanism of custom queries that let you collect metrics from separate […]
Supercharge Zabbix with powerful insights
February 18, 2021
Conferences
A new set of trigger functions for long-term analysis of trend data will allow Zabbix to analyze historical data and generate alerts on detected anomalies.
Scaling Zabbix with containers
February 10, 2021
Community
In this post, a new approach with Zabbix in High Availability is explained, as well as discussed challenges when implementing Zabbix using Docker Swarm with CI / CD and such technologies as Containers, Docker Swarm, Gitlab, and CI/CD.
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”.