From 4d50e8cb5756755cf019cef1f45cd569bef708fc Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 22 May 2022 16:27:46 +0200 Subject: Create a Show option in the configuration file to only show some stats #2052 --- conf/glances.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3