Service graphs
|
|
|
|
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: watchtower (containrrr/watchtower:latest, 2023-11-12T15:04:11.859772487Z), restic_rest_server (restic/rest-server:latest, 2025-06-01T06:55:20.582083427Z), grafana (grafana/grafana:latest, 2026-05-12T10:36:34.997573255Z), chirpstack-redis-1 (redis:8.0-alpine, 2026-05-14T05:24:08.782146656Z), chirpstack-mosquitto-1 (eclipse-mosquitto:2, 2026-05-14T05:24:08.783299688Z), chirpstack-chirpstack-1 (chirpstack/chirpstack:4, 2026-05-14T05:24:09.038168638Z), chirpstack-chirpstack-gateway-bridge-eu868-basicstation-1 (chirpstack/chirpstack-gateway-bridge:4, 2026-05-14T05:24:09.03830992Z), chirpstack-chirpstack-gateway-bridge-eu868-semtechudp-1 (chirpstack/chirpstack-gateway-bridge:4, 2026-05-14T05:24:09.038508396Z), chirpstack-chirpstack-rest-api-1 (chirpstack/chirpstack-rest-api:4, 2026-05-14T05:24:09.326199882Z), chirpstack-postgres-1 (postgres:14-alpine, 2026-05-15T10:35:53.01711607Z), influxdb (influxdb:latest, 2026-05-20T10:35:42.189878104Z), freshrss (lscr.io/linuxserver/freshrss:latest, 2026-05-21T10:36:10.25361077Z), jellyfin (lscr.io/linuxserver/jellyfin:latest, 2026-05-21T10:36:10.961490297Z) | |||||
| UNHEALTHY | unhealthy | gauge | 1 | 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>` | ||
| This field has the following extra information: roundcube-mail (2026-01-19T10:48:37.664035064Z) | |||||
| DEAD | dead | gauge | 1 | Dead containers can be started with `docker container start <NAME>` | |