summaryrefslogtreecommitdiffstats
path: root/docs/aoa
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-10-12 10:33:18 +0200
committernicolargo <nicolas@nicolargo.com>2017-10-12 10:33:18 +0200
commitbd3ba6568262289b72bda7dede406da0b4e7e84c (patch)
treecdf40a021cabdcff743a5772517d4f7d7f52f240 /docs/aoa
parent713e2aad076bc543bca73dd900658f1bdaed7b6c (diff)
Docker module doesn't export details about stopped containers #1152
Diffstat (limited to 'docs/aoa')
-rw-r--r--docs/aoa/docker.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/aoa/docker.rst b/docs/aoa/docker.rst
index c4585e75..18325384 100644
--- a/docs/aoa/docker.rst
+++ b/docs/aoa/docker.rst
@@ -26,6 +26,9 @@ under the ``[docker]`` section:
containername_cpu_warning=20
containername_cpu_critical=30
containername_cpu_critical_action=echo {{Image}} {{Id}} {{cpu}} > /tmp/container_{{name}}.alert
+ # By default, Glances only display running containers
+ # Set the following key to True to display all containers
+ all=False
You can use all the variables ({{foo}}) available in the Docker plugin.