Skip to content

MySQL ELB health check service

Notifications You must be signed in to change notification settings

fuze/mysql-healthcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-healthcheck

Mysql Health Check Daemon

Intro

mysql-healthcheck is a simple program designed to run as a daemon to respond to ELB health checks for mysql servers. It checks DB connection and runs a test query to determine if an instance is healthy.

Configuration

The configuration file is loaded from: /etc/mysql-healthcheck.cnf and the options are very simple to configure. Example:

[Mysql]
port = 3306
username= user
password = pw
database = db

[HealthCheck]
port = 9999

About

MySQL ELB health check service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%