-
Notifications
You must be signed in to change notification settings - Fork 134
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
Container pilot should log failed health check #267
Comments
Yeah, you definitely should be seeing logs if the command has the wrong path.
So either there's a bug or something not quite right in the config. Can you provide the version of ContainerPilot you're using and some details about your logging configuration? |
Without more information I believe this is another case of #295, which I'll be opening a backported fix for shortly. |
Released in https://github.com/joyent/containerpilot/releases/tag/2.7.1. I'm going to mark this as fixed and close this issue, but feel free to reopen if it looks like we missed something. |
We spent some time trying to figure out why containerpilot did not register our container with service discovery (consul).
Turned out that, for whatever reason, we had the wrong path for our health check...
Our bad, but we could not see anything logged from containerpilot regarding the initial failed health check, even after enabling debug logging.
Even though this was a configuration error, it would be great to be able to pick this kind of issue up immediately through CP logging, or did we overlook something here?
The text was updated successfully, but these errors were encountered: