1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

rtom_vol: remove unused config parameters

Since there are no associated values for 'hashing', 'seeding', and
'active', a warning is seen in munin-update.log every time this plugin
is fetched.
This commit is contained in:
Matt Merhar 2021-08-05 23:14:14 -04:00 committed by Lars Kruse
parent d6ed84a784
commit 9c8415ef7e

View file

@ -66,9 +66,6 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) {
print "default.label total\n";
print "default.draw LINE2\n";
print "default.info all torrents\n";
print "hashing.graph no\n";
print "seeding.graph no\n";
print "active.graph no\n";
exit 0;
}