summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2016-10-10 21:10:10 +0200
committernicolargo <nicolas@nicolargo.com>2016-10-10 21:10:10 +0200
commit92ec33c272ad5d30c4cc6865ff78eebbc4723143 (patch)
tree9e1200226fa0906540e6736c09e4dcedd76cf5b8 /conf
parent4396634e600b3b4e5e2ef78f2fbcc3eec2058e2c (diff)
Update docs for Docker limits and actions (issue #875)
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 2b851d4e..e55741f1 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -209,12 +209,12 @@ port_default_gateway=True
[docker]
# Thresholds for CPU and MEM (in %)
-cpu_careful=50
-cpu_warning=70
-cpu_critical=90
-mem_careful=20
-mem_warning=50
-mem_critical=70
+#cpu_careful=50
+#cpu_warning=70
+#cpu_critical=90
+#mem_careful=20
+#mem_warning=50
+#mem_critical=70
# Per container thresholds
#containername_cpu_careful=10
#containername_cpu_warning=20