summaryrefslogtreecommitdiffstats
path: root/docs/aoa
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 /docs/aoa
parentd00be3425593689d90b5067e97ac338c185f9c80 (diff)
Add support for automatically hiding network interfaces that are down or that don't have any IP addresses #2799
Diffstat (limited to 'docs/aoa')
-rw-r--r--docs/aoa/network.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/aoa/network.rst b/docs/aoa/network.rst
index a1f116ac..d6b02d91 100644
--- a/docs/aoa/network.rst
+++ b/docs/aoa/network.rst
@@ -17,6 +17,8 @@ In this case thresholds values are define in bps.
Additionally, you can define:
- a list of network interfaces to hide
+- automatically hide interfaces not up
+- automatically hide interfaces without IP address
- per-interface limit values
- aliases for interface name
@@ -41,6 +43,10 @@ virtual docker interface (docker0, docker1, ...):
hide=docker.*,lo
# Define the list of network interfaces to show (comma-separated regexp)
#show=eth0,eth1
+ # 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
# WLAN 0 alias
wlan0_alias=Wireless IF
# It is possible to overwrite the bitrate thresholds per interface