mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
display units for tor_traffic
This commit is contained in:
parent
9a2a81381c
commit
168f6f924f
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class TorTraffic(TorPlugin):
|
|||
def conf(self):
|
||||
graph = {'title': 'Tor traffic',
|
||||
'args': '-l 0 --base 1024',
|
||||
'vlabel': 'data',
|
||||
'vlabel': 'bytes/s',
|
||||
'category': 'network',
|
||||
'info': 'bytes read/written'}
|
||||
labels = {'read': {'label': 'read', 'min': 0, 'type': 'DERIVE'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue