Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SeaweedbrainCY/galera_cluster_healt…
Browse files Browse the repository at this point in the history
…hcheck
  • Loading branch information
SeaweedbrainCY committed Jul 6, 2024
2 parents 6c12d9a + a6ad358 commit 7d39492
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# galera_cluster_healthcheck
A simple docker health checker of galera cluster, with discord notification
# galera Cluster Healthcheck
This is a very basic docker container that helthcheck the nodes of a Mariadb Galera Cluster.

## Features
### Monitoring a specific node
Use the healthcheck to monitor a specific and retrieve metrics from Galera. To determine the health of your cluster, the script will monitor :
- The number of connected node in the cluster
- The state of the cluster
- The state of your node inside the cluster
- The sync status of your cluster

**This metrics are fetch from a node, which mean that you can detect network partition, malfunction, lose of quorum or desync. Thus, to have a precise and global view of your cluster, it is recommanded to healthcheck every node of your cluster.**

### Discord notification
For now, the only mean of notification implemented is through discord webhook notification.

Thus the script is made to be modulable with many other notification medium.

0 comments on commit 7d39492

Please sign in to comment.