summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-05-22 16:27:46 +0200
committernicolargo <nicolas@nicolargo.com>2022-05-22 16:27:46 +0200
commit4d50e8cb5756755cf019cef1f45cd569bef708fc (patch)
treef9d4a5d9712a058b9a5758a6ab7e0acb60327030 /conf
parentfeed48aa8d0d76632fccbc9ca38dad8926d440f4 (diff)
Create a Show option in the configuration file to only show some stats #2052
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 57478e28..1d9ce3e0 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -158,6 +158,8 @@ tx_warning=80
tx_critical=90
# Define the list of hidden network interfaces (comma-separated regexp)
#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
@@ -187,6 +189,8 @@ nf_conntrack_percent_critical=90
disable=True
# Define the list of hidden wireless network interfaces (comma-separated regexp)
hide=lo,docker.*
+# Define the list of wireless network interfaces to be show (comma-separated)
+#show=docker.*
# Define SIGNAL thresholds in db (lower is better...)
# Based on: http://serverfault.com/questions/501025/industry-standard-for-minimum-wifi-signal-strength
careful=-65
@@ -198,6 +202,8 @@ disable=False
# Define the list of hidden disks (comma-separated regexp)
#hide=sda2,sda5,loop.*
hide=loop.*,/dev/loop*
+# Define the list of disks to be show (comma-separated)
+#show=sda.*
# Alias for sda1
#sda1_alias=InternalDisk
@@ -205,6 +211,8 @@ hide=loop.*,/dev/loop*
disable=False
# Define the list of hidden file system (comma-separated regexp)
hide=/boot.*,/snap.*
+# Define the list of file system to be show (comma-separated)
+#show=/,/srv
# Define filesystem space thresholds in %
# Default values if not defined: 50/70/90
# It is also possible to define per mount point value