Skip to content

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

Notifications You must be signed in to change notification settings

sttts/galera-healthcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.5%
  • Shell 0.5%