Change category for plugins from 'network' to 'wireless'

This commit is contained in:
Lars Kruse 2018-08-01 22:29:44 +02:00
parent c71c2ebb88
commit 01c2f1ca2d
4 changed files with 4 additions and 4 deletions

View File

@ -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'[ :]*' '/:/ {

View File

@ -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}"

View File

@ -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"

View File

@ -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