-
Notifications
You must be signed in to change notification settings - Fork 917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added Consul TCP Health Check #357
Conversation
Is this a duplicate of #307? |
Yes, it is an identical fix.... On Mon, Feb 29, 2016 at 5:09 PM, Dave Henderson notifications@github.com
ing.Mark van Holsteijn |
``` | ||
|
||
It works for services on any port, not just 80. If its the only service, | ||
you can also use `SERVICE_CHECK_HTTP`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you mean SERVICE_CHECK_TCP
here
@mvanholsteijn - ok, I like yours better because it has docs 😁 |
/cc @josegonzalez @MattAitchison @michaelshobbs - any chance of getting this (or #307) merged soon? |
@hairyhenderson I removed the superflously copied line from HTTP health check. |
Thank you, I needed this. |
added Consul TCP Health Check
Thank you @MattAitchison! 👍 |
Adds a Consul TCP health check by specifying ..._CHECK_TCP=true
issue #225