1
0
Fork 0
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:
Pierre-Alain TORET 2020-04-18 12:34:04 +02:00 committed by Lars Kruse
parent 9a2a81381c
commit 168f6f924f

View file

@ -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'},