Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 717 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 717 Bytes

Mysql/Mariadb monitoring

Description

Yet another module for mysql monitoring Supports multiple instances and multi-master replication with low-level discovery Please, ensure that you are using mysqld that supports multi-source replication, e.g. mysql 5.7 or mariadb 10+

Requirements

  • Credentials in /etc/zabbix/.my.cnf

Installing

  • Create user for monitoring, e.g.
GRANT PROCESS, REPLICATION CLIENT ON *.* TO `zabbix`@`localhost`
  • Put mm.sh into /etc/zabbix folder
  • Run
chmod +x /etc/zabbix/mm.sh
  • Put mm.items into /etc/zabbix/
  • Put mm.conf into /etc/zabbix/zabbix_agentd.conf.d/
  • Import template to zabbix - mm.xml
  • Apply “Template App Mysql Monitoring” template to host