summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/glances.conf')
-rw-r--r--conf/glances.conf31
1 files changed, 26 insertions, 5 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index e42123a5..435994f4 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -1,3 +1,14 @@
+[quicklook]
+cpu_careful=50
+cpu_warning=70
+cpu_critical=90
+mem_careful=50
+mem_warning=70
+mem_critical=90
+swap_careful=50
+swap_warning=70
+swap_critical=90
+
[cpu]
# Default values if not defined: 50/70/90
user_careful=50
@@ -81,6 +92,8 @@ critical=90
careful=50
warning=70
critical=90
+# Allow additionnals files types (comma-separated FS type)
+#allow=zfs
[sensors]
# Sensors core limits
@@ -133,11 +146,11 @@ mem_critical=90
#list_1_regex=.*dropbox.*
#list_1_countmin=1
#list_1_command=dropbox status | head -1
-#list_1_description=Python programs
-#list_1_regex=.*python.*
-#list_2_description=Famous Xeyes
-#list_2_regex=.*xeyes.*
-#list_2_countmin=1
+#list_2_description=Python programs
+#list_2_regex=.*python.*
+#list_3_description=Famous Xeyes
+#list_3_regex=.*xeyes.*
+#list_3_countmin=1
#[serverlist]
# Define the static server list
@@ -158,8 +171,16 @@ port=8086
user=root
password=root
db=glances
+#prefix=localhost
[statsd]
host=localhost
port=8125
#prefix=glances
+
+[rabbitmq]
+host=localhost
+port=5672
+user=guest
+password=guest
+queue=glances_queue