summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2016-12-18 20:14:08 +0100
committernicolargo <nicolas@nicolargo.com>2016-12-18 20:14:08 +0100
commit37d7e942f172a7d67f75c138ae3c2ce3c19a9d26 (patch)
treecb82065f8ef9629f06186710a1459c5adaa3e67d /conf
parent781dfeef0cdeb4b059fa5ba826f7efa318c9082e (diff)
First version of the Curses interface for the new GPU plugin
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf30
1 files changed, 20 insertions, 10 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 990da6ec..03e5baa6 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -71,16 +71,15 @@ system_careful=50
system_warning=70
system_critical=90
-[load]
-# Define LOAD thresholds
-# Value * number of cores
-# Default values if not defined: 0.7/1.0/5.0 per number of cores
-# Source: http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages
-# http://www.linuxjournal.com/article/9001
-careful=0.7
-warning=1.0
-critical=5.0
-#log=False
+[gpu]
+# Default processor values if not defined: 50/70/90
+proc_careful=50
+proc_warning=70
+proc_critical=90
+# Default memory values if not defined: 50/70/90
+mem_careful=50
+mem_warning=70
+mem_critical=90
[mem]
# Define RAM thresholds in %
@@ -96,6 +95,17 @@ careful=50
warning=70
critical=90
+[load]
+# Define LOAD thresholds
+# Value * number of cores
+# Default values if not defined: 0.7/1.0/5.0 per number of cores
+# Source: http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages
+# http://www.linuxjournal.com/article/9001
+careful=0.7
+warning=1.0
+critical=5.0
+#log=False
+
[network]
# Default bitrate thresholds in % of the network interface speed
# Default values if not defined: 70/80/90