Healthchecks integration for docker containers
Go to file
2024-09-29 20:11:53 +00:00
.gitignore added script 2023-12-13 04:17:07 +01:00
docker-healthcheck-cron added docker support 2024-01-02 12:14:26 +01:00
docker-healthcheck.py added healthcheck ping retry logic 2024-09-29 20:11:53 +00:00
Dockerfile added docker support 2024-01-02 12:14:26 +01:00
LICENSE Initial commit 2023-12-13 03:31:22 +01:00
README.md updated readme 2023-12-13 04:50:13 +01:00
requirements.txt added docker support 2024-01-02 12:14:26 +01:00

docker-healthcheck

Healthchecks integration for docker containers

Configuration is specified in "checks.yaml" in your working directory. The format of "checks.yaml" looks like the following:

self: "<ping url>"
<docker container id or name 1>: "<ping url>"
<docker container id or name 2>: "<ping url>"
...