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:
parent
c71c2ebb88
commit
01c2f1ca2d
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue