An open API service indexing awesome lists of open source software.

https://github.com/sergiotocalini/mysbix

Zabbix Agent - MySQL
https://github.com/sergiotocalini/mysbix

autodiscovery monitoring mysql mysql-replication shell shell-script zabbix zabbix-lld zabbix-templates

Last synced: about 1 year ago
JSON representation

Zabbix Agent - MySQL

Awesome Lists containing this project

README

          

# mysbix
Zabbix Agent - MySQL

* Replication: Masters and Slaves

# Dependencies
## Packages
* ksh
* jq

### Debian/Ubuntu

#~ apt install ksh jq
#~

## MySQL configuration

#~ cat /etc/zabbix/scripts/agent/mysbix/.my.cnf
[client]
user = "monitor"
password = "xxxxx"
#~

# Deployment
## Zabbix

#~ git clone https://github.com/sergiotocalini/mysbix.git
#~ ./mysbix/deploy_zabbix.sh 'monitor' 'xxxxxx' 'localhost'
#~