Open josegonzalez opened 1 year ago
In daemon mode, the container(s) would be checked according to the settings of each healthcheck. Some notes:
--filter
check
on_failure
command
url
on_nonzero_exit
Added #44 to track config-less healthcheck definitions.
Okay now we just need a daemon!
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 exit