summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2016-10-09 17:37:56 +0200
committernicolargo <nicolas@nicolargo.com>2016-10-09 17:37:56 +0200
commitb3ab2f04db4edb9b3b625793853f16f74eb75427 (patch)
tree76c9652eb0fbef80e943a2f4830cc704df324b01 /conf
parentb1d41bcf41002f656eaa877b756273c348d88542 (diff)
Implement default limits thresholds for Containers (part 1 of the issue)
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index a89a6815..0c820777 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -207,6 +207,15 @@ port_default_gateway=True
#port_4_port=80
#port_4_rtt_warning=1000
+[docker]
+# Thresthold for CPU and MEM (in %)
+cpu_careful=50
+cpu_warning=70
+cpu_critical=90
+mem_careful=20
+mem_warning=50
+mem_critical=70
+
##############################################################################
# Client/server
##############################################################################