Skip to content

uvoteam/mysql-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Yet another module for mysql monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages