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

Change graph_category to the well-known 'filetransfer'

This commit is contained in:
Neraud 2017-07-21 10:35:56 +02:00
parent 0dd06a6b73
commit 70d3c5ed02

View file

@ -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