Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 525 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 525 Bytes

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.)