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
- Host: GitHub
- URL: https://github.com/sergiotocalini/mysbix
- Owner: sergiotocalini
- License: gpl-3.0
- Created: 2018-03-20T10:01:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T11:54:21.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T01:19:34.416Z (about 1 year ago)
- Topics: autodiscovery, monitoring, mysql, mysql-replication, shell, shell-script, zabbix, zabbix-lld, zabbix-templates
- Language: Shell
- Size: 54.7 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
#~