gruntwork-io / health-checker

A simple HTTP server that will return 200 OK if all configured health checks pass.
MIT License
99 stars 38 forks source link

Initial release #1

Closed josh-padnick closed 6 years ago

josh-padnick commented 6 years ago

Health-checker is designed to be a simple HTTP web server that attempts to connect to one or more ports via TCP when it receives an inbound HTTP request. For more info, see the README in this PR.

The only omission from this PR are automated tests, but those felt relatively cumbersome to write to in proportion to the confidence they built. Opinions on the value of tests, and if applicable, what type of tests would be suitable here are welcome.

josh-padnick commented 6 years ago

I'm going to merge this now so I can make sure my CirlceCI config is working correctly, but feedback is very welcome, and I'll incorporate in a follow-up PR.