2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

fix category to be the same on all

This commit is contained in:
Sledge Sulaweyo 2018-07-11 17:21:38 +02:00
parent 51927e79f3
commit 348776e66b

View File

@ -55,7 +55,7 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) {
print "graph_args --base 1000 -r --lower-limit 0\n";
print "graph_title rTorrent volume\n";
print "graph_vlabel active torrents\n";
print "graph_category torrent ".${category}."\n";
print "graph_category filetransfer".${category}."\n";
print "complete.label complete\n";
print "complete.draw AREA\n";
print "complete.info complete torrents\n";