-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add a daemon mode for container checking #11
Comments
noeleont
added a commit
to noeleont/docker-container-healthchecker
that referenced
this issue
Mar 21, 2023
as mentioned in dokku#11 the on_failure parameter contains: command: Runs a command on the host with data about the healthcheck and the failing container. url: Sends the failed check data to the specified url
Added #44 to track config-less healthcheck definitions. |
noeleont
added a commit
to noeleont/docker-container-healthchecker
that referenced
this issue
Jun 13, 2023
as mentioned in dokku#11 the on_failure parameter contains: command: Runs a command on the host with data about the healthcheck and the failing container. url: Sends the failed check data to the specified url
Okay now we just need a daemon! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of feature
In daemon mode, the container(s) would be checked according to the settings of each healthcheck. Some notes:
--filter
: check containers by docker container filters (updating as containers start/stop). This should also be added to thecheck
command.on_failure
parameter for healthchecks:command
: Runs a command on the host with data about the healthcheck and the failing container.url
: Sends the failed check data to the specified urlon_nonzero_exit
: Whether to trigger theon_failure
step if the watched container has a non-zero exitThe text was updated successfully, but these errors were encountered: