summaryrefslogtreecommitdiffstats
path: root/docs/aoa
diff options
context:
space:
mode:
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.