-
Notifications
You must be signed in to change notification settings - Fork 115
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
Support for Output in TTL checks #178
Conversation
Hi. |
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.
According to doc, you should be using note query parameter instead of JSON payload
@kinnalru I'll produce a new version once we merge this PR, is that OK? |
ok |
@kinnalru Actually, it seems to work with critical as well...
Outputs:
|
It's good. So just consul UI not show "critical" output. |
@kinnalru You should try Consul-UI rich HTML UI for Consul https://github.com/criteo/consul-templaterb/ :-) The UI source (customizable is here: https://github.com/criteo/consul-templaterb/tree/master/samples/consul-ui ) |
- Fix incorrect verbs for checks Fix WeAreFarmGeek#173 - Use json_pure to avoid the need for installing a compiler. Fix WeAreFarmGeek#177 - Allow updating Output with TTL checks WeAreFarmGeek#178
Support for passing Output field in consul TTL checks as described here: https://www.consul.io/api/agent/check.html