Tag:
mysql

Interview with Zabbix Summit Online 2021 speaker: Vittorio Cioe
November 9, 2021
Community
With two weeks to go until Zabbix Summit 2021, we continue to introduce you to our guest speakers. Vittorio Cioe is already known to our community – he has participated in various Zabbix events, such as Zabbix summits and meetups. This year’s Zabbix Summit is not an exception. We asked Vittorio to tell us a few […]

Out-of-the-box database monitoring
April 27, 2021
Conferences
From this post and the video, you’ll learn about the possibilities of database monitoring using out-of-the-box Zabbix functionality without having to install additional tools, additional applications, or additional software that might not be allowed by your company.

MySQL performance tuning 101 for Zabbix
April 15, 2021
Community
In this post and the video, you will learn about a proper approach to getting the most out of Zabbix and optimizing the underlying MySQL Database configuration to improve performance while working with a database-intensive application such as Zabbix.

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

Lift and shift your Zabbix to Oracle Cloud with MySQL database service
December 16, 2020
Community
If you are tired of administering the infrastructure on your own and would prefer to gain time to focus on real monitoring activities rather than costly platform upgrades, you can easily lift and shift your MySQL-based Zabbix installation stack to Oracle Cloud.

Scaling Zabbix with MySQL InnoDB Cluster
November 28, 2019
Community
Build a scalable and highly available Zabbix monitoring system by scaling it on database level with MySQL InnoDB cluster. It guarantees data consistency and automated conflict resolution, automated failover, and self-healing.

Zabbix 4.2: Extending Zabbix monitoring with RESTful microservices
February 12, 2019
How To
There are a few ways one can gather custom metrics with Zabbix, for example, via user parameters or Zabbix sender protocol. While either method can work for simple metrics, creating a more wholesome approach (with data collectors, persistent connections etc) and interfacing it with Zabbix may not be as trivial.