summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2014-02-10 22:15:39 +0100
committerNicolas Hennion <nicolas@nicolargo.com>2014-02-10 22:15:39 +0100
commite2f7005d75b06766b0515f95b8d957777678222a (patch)
treecc7f306db4a3eccf9efcfec3222c552cab83c23a /conf
parent2dad74de1491879ec3deee86a75ef4ca87dd3295 (diff)
Add curse display for MEM plugin
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-monitor.conf8
-rw-r--r--conf/glances.conf3
2 files changed, 9 insertions, 2 deletions
diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf
index 55456601..dee997cf 100644
--- a/conf/glances-monitor.conf
+++ b/conf/glances-monitor.conf
@@ -1,4 +1,8 @@
[cpu]
+# Default values if not defined: 50/70/90
+careful=50
+warning=70
+critical=90
# Limit values for CPU user in %
# Default values if not defined: 50/70/90
user_careful=50
@@ -34,14 +38,14 @@ careful=0.7
warning=1.0
critical=5.0
-[memory]
+[mem]
# Default limits for free RAM memory in %
# Default values if not defined: 50/70/90
careful=50
warning=70
critical=90
-[swap]
+[memswap]
# Default limits for free swap memory in %
# Default values if not defined: 50/70/90
careful=50
diff --git a/conf/glances.conf b/conf/glances.conf
index ea296bb5..c7b80d22 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -1,4 +1,7 @@
[cpu]
+careful=50
+warning=70
+critical=90
# Limit values for CPU user in %
# Default values if not defined: 50/70/90
user_careful=50