diff --git a/plugins/wifi/wifi_signal b/plugins/wifi/wifi_signal index 4456532b..88ed22d1 100755 --- a/plugins/wifi/wifi_signal +++ b/plugins/wifi/wifi_signal @@ -22,7 +22,7 @@ do_config () { echo "graph_title WiFi signal and noise" echo "graph_args --base 1000 -u 0" echo "graph_vlabel dB" - echo "graph_category network" + echo "graph_category wireless" echo "graph_info This graph shows the noise and singal levels of your WiFi devices" awk -F'[ :]*' '/:/ { diff --git a/plugins/wifi/wireless_channel_active_ b/plugins/wifi/wireless_channel_active_ index 8f0477e1..82ae5551 100755 --- a/plugins/wifi/wireless_channel_active_ +++ b/plugins/wifi/wireless_channel_active_ @@ -86,7 +86,7 @@ do_config() { echo "graph_title Wireless channel usage - $phy" echo "graph_args --base 1000 -r --lower-limit 0 --upper-limit 100" echo "graph_vlabel Channel usage by time in percent" - echo "graph_category network" + echo "graph_category wireless" echo "graph_info This graph shows the currently used channel of your WiFi device(s)" get_physical_interfaces_channel_descriptions "$phy" | while read -r channel description; do fieldname="channel_${channel}" diff --git a/plugins/wifi/wireless_signal_noise_ b/plugins/wifi/wireless_signal_noise_ index c8761519..170b20ce 100755 --- a/plugins/wifi/wireless_signal_noise_ +++ b/plugins/wifi/wireless_signal_noise_ @@ -110,7 +110,7 @@ do_config() { echo "graph_title Wireless signal quality - $wifi" echo "graph_args --upper-limit 0" echo "graph_vlabel Signal and noise [dBm]" - echo "graph_category network" + echo "graph_category wireless" echo "graph_info This graph shows the signal and noise for all wifi peers" echo "noise.label Noise floor" echo "noise.draw LINE" diff --git a/plugins/wifi/wireless_signal_ranges_ b/plugins/wifi/wireless_signal_ranges_ index 2f893970..0678fd05 100755 --- a/plugins/wifi/wireless_signal_ranges_ +++ b/plugins/wifi/wireless_signal_ranges_ @@ -99,7 +99,7 @@ do_config() { echo "graph_title Wireless signal quality ranges - $wifi" echo "graph_args --upper-limit 0" echo "graph_vlabel Signal ranges" - echo "graph_category network" + echo "graph_category wireless" echo "graph_info This graph shows numbers of peers with defined wifi signal ranges" lower="noise" for level in $SIGNAL_THRESHOLDS; do