-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:SeaweedbrainCY/galera_cluster_healt…
…hcheck
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |