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
Hi!
I'm trying to add notes for my service checks. I've something like this:
In /etc/consul.d I've a file redis.json with the following content:
redis.json
{ "service": { "name": "redis", "tags": ["master"], "port": 8000, "check": { "script": "/usr/local/bin/check_redis.py", "interval": "10s", "notes" : "A generic service check" } } }
The problem is that my notes aren't visible in the GUI or from the API. The notes fields are empty! Is this supposed to work?
Thanks, Anton
The text was updated successfully, but these errors were encountered:
I think this is a bug currently, not sure if the agent actually passes the notes through.
Sorry, something went wrong.
agent: pass notes field through for checks inside of service definiti…
df58595
…ons. Fixes #449
@carlanton this should be fixed now in master. Thanks for reporting it!
wait for serf check before starting the test (hashicorp#449)
b875bfe
* wait for serf check so consul service exists in the catalog prior to running tests
Successfully merging a pull request may close this issue.
Hi!
I'm trying to add notes for my service checks. I've something like this:
In /etc/consul.d I've a file
redis.json
with the following content:The problem is that my notes aren't visible in the GUI or from the API. The notes fields are empty!
Is this supposed to work?
Thanks,
Anton
The text was updated successfully, but these errors were encountered: