You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a question, please direct it to the consul mailing list if it hasn't been
addressed in either the FAQ or in one
of the Consul Guides.
When filing a bug, please include the following:
consul version for both Client and Server
Client: 0.7.0
Description of the Issue (and unexpected/desired result)
When using http health checks (https://www.consul.io/docs/agent/checks.html), many application have large variable output leading to #1244.
Most application we use (couchbase for instance) don't have a clean health endpoint so we use some statistics endpoint (/pools/default/buckets/ for instance).
It would be convenient to be able to configure the http health check to perform HEAD requests instead of GET.
The text was updated successfully, but these errors were encountered:
This will allow to avoid http checks whose output churn a lot (statistics
endpoint for instance). Such checks are quite common when the checked
service does not provide a `/health` endpoint.
Fix: hashicorp#2473
Change-Id: Ice13ccf0ecb58be13e17a2843cdac7871e6579ac
This will allow to avoid http checks whose output churn a lot (statistics
endpoint for instance). Such checks are quite common when the checked
service does not provide a `/health` endpoint.
Fix: hashicorp#2473
Change-Id: Ice13ccf0ecb58be13e17a2843cdac7871e6579ac
If you have a question, please direct it to the
consul mailing list if it hasn't been
addressed in either the FAQ or in one
of the Consul Guides.
When filing a bug, please include the following:
consul version
for both Client and ServerClient:
0.7.0
Description of the Issue (and unexpected/desired result)
When using http health checks (https://www.consul.io/docs/agent/checks.html), many application have large variable output leading to #1244.
Most application we use (couchbase for instance) don't have a clean health endpoint so we use some statistics endpoint (/pools/default/buckets/ for instance).
It would be convenient to be able to configure the http health check to perform HEAD requests instead of GET.
The text was updated successfully, but these errors were encountered: