summaryrefslogtreecommitdiffstats
path: root/conf/glances-test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/glances-test.conf')
-rw-r--r--conf/glances-test.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/conf/glances-test.conf b/conf/glances-test.conf
index 450e6810..fef896ec 100644
--- a/conf/glances-test.conf
+++ b/conf/glances-test.conf
@@ -51,7 +51,9 @@ critical=90
[network]
# Define the list of hidden network interfaces (comma separeted)
hide=lo
-# Default limits (in bits per second aka bps) for interface bitrate
+# WLAN0 alias name
+wlan0_alias=Wireless
+# WLAN0 Default limits (in bits per second aka bps) for interface bitrate
wlan0_rx_careful=4000000
wlan0_rx_warning=5000000
wlan0_rx_critical=6000000
@@ -62,6 +64,8 @@ wlan0_tx_critical=1000000
[diskio]
# Define the list of hidden disks (comma separeted)
hide=sda2,sda5
+# Alias for sda1
+#sda1_alias=IntDisk
[fs]
# Default limits for free filesytem space in %
@@ -85,8 +89,17 @@ temperature_hdd_critical=60
battery_careful=80
battery_warning=90
battery_critical=95
+# Sensors alias
+temp1_alias=Motherboard 0
+temp2_alias=Motherboard 1
+core 0_alias=CPU Core 0
+core 1_alias=CPU Core 1
[processlist]
+# Maximum number of processes to show in the UI
+# Note: Only limit number of showed processes (not the one returned by the API)
+# Default is 20 processes (Top 20)
+max_processes=20
# Limit values for CPU/MEM per process in %
# Default values if not defined: 50/70/90
cpu_careful=50