Skip to content

Health monitoring endpoint which takes status updates and persists them in an HA etcd cluster

License

Notifications You must be signed in to change notification settings

NectGmbH/healthd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

healthd

healthd is a service which receives monitoring reports from healthagents and persists those reports onto an HA etcd cluster.

Usage:

./healthd -etcd 192.168.1.1:2379               \
          -etcd 192.168.1.2:2379               \
          -etcd 192.168.1.3:2379               \
          -ca ./certs/ca.crt                   \
          -crt ./certs/server.example.org.crt  \
          -key ./certs/server.example.org.key. \
          -port 3443                           \

License

Licensed under MIT.

About

Health monitoring endpoint which takes status updates and persists them in an HA etcd cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published