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
1 changed files with 0 additions and 3 deletions

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;
}