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
{{ message }}
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
Please consider adding a option to request just 'passing' healthcheck nodes from the Health api. This is done by appending ?passing to the query. I can work around this by running
{% set nodes = ['%s:%s' % (r['Node']['Address'], r['Service']['Port']) for r in consul.health.service('httpd?passing')] %}
However, it would be much cleaner if the API allowed for something like
consul.health.service('httpd').passing
The text was updated successfully, but these errors were encountered:
jhmartin
changed the title
Health 'passing'
Filter for health Passing
Aug 5, 2014
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please consider adding a option to request just 'passing' healthcheck nodes from the Health api. This is done by appending ?passing to the query. I can work around this by running
However, it would be much cleaner if the API allowed for something like
The text was updated successfully, but these errors were encountered: