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