| 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: pic-ipv6nat (robbertkl/ipv6nat:latest, 2024-07-20T12:35:49.595891365Z), pic-maint (lepic/maint:latest, 2026-08-12T08:37:45.215557796Z), pic-cloud-redis-1 (redis:alpine, 2026-09-11T06:15:46.259837963Z), pic-cloud-db-1 (postgres:18-alpine, 2026-09-11T06:15:46.260829483Z), pic-cloud-app-1 (pic-cloud-app:latest, 2026-09-11T06:15:46.262067737Z), pic-cloud-nginx-1 (pic-cloud-nginx:latest, 2026-09-11T06:15:46.963672659Z), pic-proxy-docker-gen-1 (jwilder/docker-gen:latest, 2026-09-13T06:29:40.913228663Z), pic-proxy-nginx-1 (nginx:alpine, 2026-09-13T06:29:41.905670806Z)
|
| 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>` |