We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
consul just recently added support for native TCP health checks (hashicorp/consul#1130). Can this be be supported by registrator as well?
consul
registrator
With something like:
SERVICE_<PORT>_CHECK_TCP=true
The text was updated successfully, but these errors were encountered:
Also looking for supoort for consul health checks.
just wonder what is the check here: https://github.com/gliderlabs/registrator/blob/master/consul/consul.go#L62?
Sorry, something went wrong.
actually you can put metadata in dockerfile to define SERVICE_CHECK_HTTP for the health check endpoint.
I believe this issue should be closed, TCP checks are now supported.
"SERVICE__CHECK_TCP=true" dose not work
my solution is "SERVICE_CHECK_SCRIPT=nc -z ip port"
No branches or pull requests
consul
just recently added support for native TCP health checks (hashicorp/consul#1130). Can this be be supported byregistrator
as well?With something like:
The text was updated successfully, but these errors were encountered: