/galera-healthcheck

A lightweight web server written in Golang to check the health of a node in a Galera cluster

Primary LanguageGo

galera-healthcheck

Build Status

This go-based process is designed to run on a MariaDB Galera node and monitor the health of the node. An http endpoint is opened, by default at '/' on port 9200. A healthy node will return HTTP status 200, and a node that should not be accessed returns a 503.

Several commandline flags are supported (see the code.)