https://github.com/gyselroth/monitoring-plugin-galera-cluster
Monitor (Percona, MariaDB) Galera cluster health
https://github.com/gyselroth/monitoring-plugin-galera-cluster
galera-cluster mariadb monitoring-plugins
Last synced: 10 months ago
JSON representation
Monitor (Percona, MariaDB) Galera cluster health
- Host: GitHub
- URL: https://github.com/gyselroth/monitoring-plugin-galera-cluster
- Owner: gyselroth
- License: mit
- Created: 2017-04-11T10:40:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T07:03:18.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T18:11:12.547Z (about 1 year ago)
- Topics: galera-cluster, mariadb, monitoring-plugins
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monitoring Plugin: Galera cluster
### Description
This fairly simple monitoring plugin monitors the health of your galera cluster (for either Percona or MariaDB).
### Usage
-h Prints out this message
-H Hostname [Default: localhost] MySQL (Fork) Server
-P port [Default: 3306] Port
-u username [Default: root] Username to monitor (Needs privilege to execute SHOW STATUS)
-p password [Default: ] Password
-w warning [Default: 1] Script will throw a warning if the number of failed or unreachable nodes is at least the number specified
-c critical [Default: 2] Script will throw a critical if the number of failed or unreachable nodes is at least the number specified
### Install
Copy check_galera_cluster to your plugin folder and create a service/exec in your monitoring engine.