summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2016-10-09 18:08:18 +0200
committernicolargo <nicolas@nicolargo.com>2016-10-09 18:08:18 +0200
commitb4a0b834a9a0e544b9afcef6d918a884e58a3524 (patch)
treef68d20d3364d101dee23ca482f0dba68eb963a9f /conf
parentb3ab2f04db4edb9b3b625793853f16f74eb75427 (diff)
Implement per containers threasolds (part 2 of the issue)
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 0c820777..2b851d4e 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -208,13 +208,17 @@ port_default_gateway=True
#port_4_rtt_warning=1000
[docker]
-# Thresthold for CPU and MEM (in %)
+# Thresholds for CPU and MEM (in %)
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
+#containername_cpu_critical=30
##############################################################################
# Client/server