From 9c8415ef7e9164c135c6b0934ad873fa14d21a0d Mon Sep 17 00:00:00 2001 From: Matt Merhar Date: Thu, 5 Aug 2021 23:14:14 -0400 Subject: [PATCH] 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. --- plugins/rtorrent/rtom_vol | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/rtorrent/rtom_vol b/plugins/rtorrent/rtom_vol index 59f15136..5e76e186 100755 --- a/plugins/rtorrent/rtom_vol +++ b/plugins/rtorrent/rtom_vol @@ -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; }