1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00:00

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

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