-
Notifications
You must be signed in to change notification settings - Fork 914
Add docker checks to consul backend #424
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
base: master
Are you sure you want to change the base?
Conversation
run within existing containers instead of from the Consul agent. | ||
|
||
```bash | ||
SERVICE_DOCKER_CHECK_SCRIPT=/path/to/container/check |
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.
My expectation as a user would be that these checks would be registered using SERVICE_CHECK_DOCKER
, not SERVICE_DOCKER_CHECK_SCRIPT
. Former seems more consistent with other SERVICE_CHECK_*
options.
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.
Can you update your pr to do this, @threetee ? This seems good otherwise.
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.
@threetee any chance you can address this? Would really like to use this functionality :)
Duplicate of #332? |
I'd be willing to take this over and submit a new PR if @threetee is no longer available. |
Slight rework taking into account comments in the thread and rebased off current master to avoid merge conflicts.
Slight rework taking into account comments in the thread and rebased off current master to avoid merge conflicts.
Slight rework taking into account comments in the thread and rebased off current master to avoid merge conflicts.
I'm not usually one to claim other peoples PRs but I would really like this feature implemented and the original author does not look to be active based on his profile. |
Bump, I could really use this, and things seem to be stagnating. |
Fixes #414. Also adds check string token substitutions for external host/port.