Service graphs

daily graph weekly graph
monthly graph yearly graph

Graph Information

Field Internal name Type Warn Crit Info
RUNNING running gauge     Running containers can be manipulated with `docker container [attach|kill|logs|pause|restart|stop] <NAME>` or commands run in them with `docker container exec [--detach|--interactive,--privileged,--tty] <NAME> <COMMAND>`
This field has the following extra information: trimar-www-prd-redirect-1 (adamkdean/redirect:1.2, 2023-10-15T07:53:44.514482586Z), nginx-proxy-acme (nginxproxy/acme-companion:2.2, 2024-05-10T15:10:09.055397004Z), nginx-proxy (nginxproxy/nginx-proxy:1.0-alpine, 2024-05-10T15:10:09.056997499Z), nginx-default (nginx:1.23-alpine, 2025-06-08T08:27:45.183937269Z), pechal-prd-next-1 (registry.gitlab.com/vmwebcz/pechal:develop-063d7b02, 2025-10-03T16:17:29.478421088Z)
UNHEALTHY unhealthy gauge   Unhealthy containers can be restarted with `docker container restart <NAME>`
PAUSED paused gauge     Paused containers can be resumed with `docker container unpause <NAME>`
CREATED created gauge     New containers can be created with `docker container create --name <NAME> <IMAGE_ID >` or `docker container run --name <NAME> <IMAGE_ID> <COMMAND>`
RESTARTING restarting gauge     Containers can be restarted with `docker container restart <NAME>`
REMOVING removing gauge     Containers can be removed with `docker container rm <NAME>`
EXITED exited gauge     Exited containers can be started with `docker container start [--attach] <NAME>`
DEAD dead gauge   Dead containers can be started with `docker container start <NAME>`