CMK version: 2.4.0
OS version: Docker install in Debian Trixie LXC on Proxmox
Error message: none
I’ve set up a very simple test instance with 1 server and 1 container to monitor, installed the docker plugin and .cfg set up to use the container name as host name.
When I look at the server I see the docker env info from the plugin with the correct number of running containers. When I look at the container, that too shows as running and displays the stats I configured in docker.cfg.
If I “docker compose stop” my monitored container, the server shows 1 stopped and I get the red alert against the container host with “operational state: exited” so all works as I’d expect.
If I “docker compose down” the server correctly shows 1 less running (but 0 stopped) but the container status is still “running” so I get no alert - everything shows green even though the container is gone.
I would not expect it to work this way - the big green “OK” against container status is confusing and would appreciate feedback as to whether this is expected.
Thanks