Skip to content

Commit

Permalink
Merge branch 'issue2799' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Jun 1, 2024
2 parents d00be34 + d0de547 commit 4a60e82
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 87 deletions.
4 changes: 4 additions & 0 deletions conf/glances.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docker-compose/glances.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/aoa/network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Loading

0 comments on commit 4a60e82

Please sign in to comment.