summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/glances.conf')
-rw-r--r--conf/glances.conf28
1 files changed, 12 insertions, 16 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index d957ed3f..b6687573 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -23,7 +23,7 @@ history_size=1200
# Theme name for the Curses interface: black or white
curse_theme=black
# Limit the number of processes to display (for the WebUI)
-max_processes_display=30
+max_processes_display=25
# Set the URL prefix (for the WebUI and the API)
# Example: url_prefix=/glances/ => http://localhost/glances/
# The final / is mandatory
@@ -167,8 +167,6 @@ tx_critical=90
#hide=docker.*,lo
# Define the list of wireless network interfaces to be show (comma-separated)
#show=docker.*
-# WLAN 0 alias
-#wlan0_alias=Wireless
# It is possible to overwrite the bitrate thresholds per interface
# WLAN 0 Default limits (in bits per second aka bps) for interface bitrate
#wlan0_rx_careful=4000000
@@ -179,6 +177,8 @@ tx_critical=90
#wlan0_tx_warning=900000
#wlan0_tx_critical=1000000
#wlan0_tx_log=True
+# Alias for network interface name
+alias=wlp2s0:WIFI
[ip]
disable=False
@@ -218,8 +218,8 @@ disable=False
hide=loop.*,/dev/loop.*
# Define the list of disks to be show (comma-separated)
#show=sda.*
-# Alias for sda1
-#sda1_alias=InternalDisk
+# Alias for sda1 and sdb1
+alias=sda1:InternalDisk,sdb1:ExternalDisk
[fs]
disable=False
@@ -236,6 +236,8 @@ warning=70
critical=90
# Allow additional file system types (comma-separated FS type)
#allow=shm
+# Alias for root file system
+alias=/:Root
[irq]
# Documentation: https://glances.readthedocs.io/en/latest/aoa/irq.html
@@ -307,13 +309,7 @@ battery_careful=80
battery_warning=90
battery_critical=95
# Sensors alias
-#temp1_alias=Motherboard 0
-#temp2_alias=Motherboard 1
-#core 0_temperature_core_alias=CPU Core 0 temp
-#core 0_fans_speed_alias=CPU Core 0 fan
-#or
-#core 0_alias=CPU Core 0
-#core 1_alias=CPU Core 1
+#alias=core 0:CPU Core 0,core 1:CPU Core 1
[processcount]
disable=False
@@ -336,7 +332,7 @@ mem_warning=70
mem_critical=90
#
# Nice priorities range from -20 to 19.
-# Configure nice levels using a comma separated list.
+# Configure nice levels using a comma-separated list.
#
# Nice: Example 1, non-zero is warning (default behavior)
nice_warning=-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
@@ -394,10 +390,10 @@ port_default_gateway=True
[containers]
disable=False
-# Only show specific containers (comma separated list of container name or regular expression)
+# Only show specific containers (comma-separated list of container name or regular expression)
# Comment this line to display all containers (default configuration)
; show=telegraf
-# Hide some containers (comma separated list of container name or regular expression)
+# Hide some containers (comma-separated list of container name or regular expression)
# Comment this line to display all containers (default configuration)
; hide=telegraf
# Define the maximum docker size name (default is 20 chars)
@@ -428,7 +424,7 @@ disable=False
[alert]
disable=False
# Maximum number of alerts to display (default is 10)
-; max_events=10
+;max_events=10
##############################################################################
# Client/server