| 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: phpmyadmin_phpmyadmin_1 (phpmyadmin:latest, 2023-10-26T11:18:34.836545628Z), npm (jc21/nginx-proxy-manager:latest, 2023-12-09T15:18:00.368300674Z), moodle-live-mariadb-moodle-live-1 (bitnami/mariadb:10.6, 2024-12-23T08:26:35.064746831Z), shlink-web-client (shlinkio/shlink-web-client:latest, 2025-05-09T05:07:56.675807341Z), shlink (shlinkio/shlink:latest, 2025-05-09T05:07:56.679174744Z)
|
| 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>` |