summaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-06-01 11:02:58 +0200
committernicolargo <nicolashennion@gmail.com>2024-06-01 11:02:58 +0200
commitd0de547e4104b9667b39cb4dcdf31e119854adb2 (patch)
tree8addb1ba7cab7166f9ae1061f4c2cee56bc1de31 /docker-compose
parentd00be3425593689d90b5067e97ac338c185f9c80 (diff)
Add support for automatically hiding network interfaces that are down or that don't have any IP addresses #2799
Diffstat (limited to 'docker-compose')
-rwxr-xr-xdocker-compose/glances.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index 3d073744..67e982fd 100755
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -216,6 +216,10 @@ tx_critical=90
#hide=docker.*,lo
# Define the list of wireless network interfaces to be show (comma-separated)
#show=docker.*
+# Automatically hide interface not up (default is False)
+hide_no_up=True
+# Automatically hide interface with no IP address (default is False)
+hide_no_ip=True
# 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