mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Reduce number of categories, move "other" plugins
This commit is contained in:
parent
99542938b1
commit
c0568802bf
16 changed files with 8 additions and 5 deletions
|
@ -98,7 +98,7 @@
|
|||
switch( $argv[1] ) {
|
||||
case "config":
|
||||
echo "graph_title Stream Listeners\n";
|
||||
echo "graph_category Network\n";
|
||||
echo "graph_category streaming\n";
|
||||
echo "graph_vlabel listeners\n";
|
||||
echo "graph_hlabel listeners\n";
|
||||
echo "graph_args --base 1000 -l 0\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue