| 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: acng (docker.patrickdk.com/dswett/acng:latest, 2025-08-20T06:54:22.115130668Z), nginx-proxy (docker.patrickdk.com/dswett/nginx:latest, 2025-10-25T18:18:24.216821288Z), nginx-proxy-gen (jwilder/docker-gen:latest, 2025-10-27T14:18:19.273367404Z), home-portainer-1 (portainer/portainer-ce:latest, 2025-10-31T13:50:48.788088312Z), patboxdb (docker.patrickdk.com/dswett/percona-server:8.0, 2025-11-01T06:16:43.465914812Z), pdns (docker.patrickdk.com/alpine-pdns:latest, 2025-11-01T15:00:00.279791742Z)
|
| UNHEALTHY |
unhealthy |
gauge |
1 |
|
Unhealthy containers can be restarted with `docker container restart <NAME>` |
|
This field has the following extra information: blissful_franklin (jellyfin/jellyfin:latest, 2025-11-01T21:02:25.728139408Z)
|
| PAUSED |
paused |
gauge |
|
|
Paused containers can be resumed with `docker container unpause <NAME>` |
|
This field has the following extra information: -
|
| 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>` |
|
This field has the following extra information: -
|
| RESTARTING |
restarting |
gauge |
|
|
Containers can be restarted with `docker container restart <NAME>` |
|
This field has the following extra information: -
|
| REMOVING |
removing |
gauge |
|
|
Containers can be removed with `docker container rm <NAME>` |
|
This field has the following extra information: -
|
| EXITED |
exited |
gauge |
|
|
Exited containers can be started with `docker container start [--attach] <NAME>` |
|
This field has the following extra information: -
|
| DEAD |
dead |
gauge |
1 |
|
Dead containers can be started with `docker container start <NAME>` |
|
This field has the following extra information: -
|