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
|
@ -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'[ :]*' '/:/ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue