Similar to #148 but for Docker containers.
I imagine two modes:
- Manual: Provide list of containers on a server to check the existence and health of. Fixed list of containers means alerts will fire either with failed healthchecks, or if they are not found—e.g.
docker compose down.
- Auto: Check all containers on a server or servers, and match against whitelist/blacklist. Matched containers have their health checked. Allows any new containers that match the filter to be populated in the monitor automatically, while also removing old containers that no longer match/exist.
Similar to #148 but for Docker containers.
I imagine two modes:
docker compose down.