| 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-chirpstack-gateway-bridge-eu868-basicstation-1 (chirpstack/chirpstack-gateway-bridge:4.0.3, 2026-01-20T10:09:55.229614553Z), chirpstack-chirpstack-gateway-bridge-eu868-semtechudp-1 (chirpstack/chirpstack-gateway-bridge:4.0.3, 2026-01-20T10:09:55.229712671Z), chirpstack-chirpstack-1 (chirpstack/chirpstack:4.1.1, 2026-01-20T10:09:55.243096352Z), chirpstack-chirpstack-rest-api-1 (chirpstack/chirpstack-rest-api:4.1.1, 2026-01-20T10:09:55.449716509Z), chirpstack-mosquitto-1 (eclipse-mosquitto:2, 2026-02-10T10:35:32.103214776Z), chirpstack-redis-1 (redis:8.0-alpine, 2026-02-24T10:35:33.166916511Z), chirpstack-postgres-1 (postgres:14-alpine, 2026-02-27T10:35:53.155442274Z), grafana (grafana/grafana:latest, 2026-03-10T10:36:14.597067921Z), influxdb (influxdb:latest, 2026-03-17T10:35:41.669349012Z), jellyfin (lscr.io/linuxserver/jellyfin:latest, 2026-03-18T10:36:08.937709102Z), freshrss (lscr.io/linuxserver/freshrss:latest, 2026-03-23T10:35:36.227933333Z)
|
| 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 (roundcube/roundcubemail:latest, 2026-01-19T10:48:37.664035064Z)
|
| DEAD |
dead |
gauge |
1 |
|
Dead containers can be started with `docker container start <NAME>` |