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:
parent
0dd06a6b73
commit
70d3c5ed02
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue