Skip to content

Adds healthchecking features to legacy applications like bind.

License

Notifications You must be signed in to change notification settings

NectGmbH/health-reloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

health-reloader

health-reloader is a small health monitoring utility which can be used to add healthchecking features to legacy applications like bind.

Example

Add the following line to your bind config:

foo.bar  A        192.168.0.1 ; HealthCheck{"host": "127.0.0.1", "port": 9000, "path": "minio/health/live", "proto": "https", "insecureSkipVerify": true}

Run health-reloader:

./health-reloader -input /etc/bind/foo.tpl -output /etc/bind/foo -replace-with-timestamp 1970010101 -header '; Autogenerated DO NOT EDIT' -command 'service reload bind9'

About

Adds healthchecking features to legacy applications like bind.

Resources

License

Stars

Watchers

Forks