1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 02:18:08 +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

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