docker-icinga2
docker-icinga2 copied to clipboard
Make use of Dockerfile HEALTHCHECK feature
so that Compose can tell whether we actually started successfully.
https://docs.docker.com/engine/reference/builder/#healthcheck
Idea
- https://github.com/Icinga/icinga2/pull/7349
The same socket can be checked via a HEALTHCHECK curl whether Icinga is still alive. The latter info can be drawn from our own watchdog updates.