From 70d3c5ed022fa8d40c4230ef77f2011546fde2ec Mon Sep 17 00:00:00 2001 From: Neraud Date: Fri, 21 Jul 2017 10:35:56 +0200 Subject: [PATCH] Change graph_category to the well-known 'filetransfer' --- plugins/torrent/deluge_ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/torrent/deluge_ b/plugins/torrent/deluge_ index 2009bba2..c8afc231 100644 --- a/plugins/torrent/deluge_ +++ b/plugins/torrent/deluge_ @@ -299,7 +299,7 @@ def print_config(mode): print("graph_args --base 1000 -l 0") print("graph_vlabel connections") print("graph_scale yes") - print("graph_category deluge") + print("graph_category filetransfer") print( "graph_info This graph shows the number of connections used by Deluge Torrent") print(names_for_munin["numConnections"] + ".label connections") @@ -313,7 +313,7 @@ def print_config(mode): print("graph_vlabel octet/s : down(+) and up(-)") print("graph_scale yes") print("graph_info This graph shows the bandwidth used by Deluge Torrent") - print("graph_category deluge") + print("graph_category filetransfer") print("graph_period second") print("payloadUploadRate.label payload") @@ -348,7 +348,7 @@ def print_config(mode): print("graph_vlabel number of torrents") print("graph_scale yes") print("graph_info This graph shows the states of the torrents in Deluge Torrent") - print("graph_category deluge") + print("graph_category filetransfer") print("graph_period second") first = True