Skip to content

Commit 610ee08

Browse files
committed
Refactor the Wifi plugin
1 parent 6b0de5d commit 610ee08

File tree

7 files changed

+208
-264
lines changed

7 files changed

+208
-264
lines changed

conf/glances.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ nf_conntrack_percent_critical=90
248248

249249
[wifi]
250250
disable=False
251-
# Define SIGNAL thresholds in db (lower is better...)
251+
# Define SIGNAL thresholds in dBm (lower is better...)
252252
# Based on: http://serverfault.com/questions/501025/industry-standard-for-minimum-wifi-signal-strength
253253
careful=-65
254254
warning=-75

docker-compose/glances.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ nf_conntrack_percent_critical=90
248248

249249
[wifi]
250250
disable=False
251-
# Define SIGNAL thresholds in db (lower is better...)
251+
# Define SIGNAL thresholds in dBm (lower is better...)
252252
# Based on: http://serverfault.com/questions/501025/industry-standard-for-minimum-wifi-signal-strength
253253
careful=-65
254254
warning=-75

docs/aoa/wifi.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
Wi-Fi
44
=====
55

6-
*Availability: Linux only*
7-
8-
*Dependency: this plugin uses the optional wifi Python lib*
6+
*Availability: Linux (with an /proc/net/wireless file) only*
97

108
.. image:: ../_static/wifi.png
119

0 commit comments

Comments
 (0)