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), chirpstack-redis-1 (redis:8.0-alpine, 2026-05-14T05:24:08.782146656Z), chirpstack-mosquitto-1 (eclipse-mosquitto:2, 2026-06-23T10:36:16.891541257Z), chirpstack-postgres-1 (postgres:14-alpine, 2026-07-08T10:35:56.63408493Z), chirpstack-chirpstack-rest-api-1 (chirpstack/chirpstack-rest-api:4, 2026-07-10T10:35:40.030664851Z), chirpstack-chirpstack-gateway-bridge-eu868-semtechudp-1 (chirpstack/chirpstack-gateway-bridge:4, 2026-07-10T10:35:40.713070129Z), chirpstack-chirpstack-gateway-bridge-eu868-basicstation-1 (chirpstack/chirpstack-gateway-bridge:4, 2026-07-10T10:35:41.293922921Z), chirpstack-chirpstack-1 (chirpstack/chirpstack:4, 2026-07-10T10:35:41.86967291Z), influxdb (influxdb:latest, 2026-07-14T10:35:39.070595225Z), grafana (grafana/grafana:latest, 2026-07-21T10:36:12.871101788Z) | |||||
| 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>` | ||
| DEAD | dead | gauge | 1 | Dead containers can be started with `docker container start <NAME>` | |