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

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