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

Reduce number of categories

This commit is contained in:
dipohl 2017-02-23 20:45:01 +01:00
parent f5b816df9e
commit 99542938b1
20 changed files with 30 additions and 30 deletions

View file

@ -26,7 +26,7 @@ def config():
print('graph_title i2p bps')
print('graph_vlabel bps')
print('graph_info i2p sending and receiving bytes per second')
print('graph_category i2p')
print('graph_category network')
print('receivebps.label Receive bps')
print('sendbps.label Send bps')
elif 'uptime' == plugin_var:
@ -34,7 +34,7 @@ def config():
print('graph_scale no')
print('graph_args --base 1000 -l 0')
print('graph_vlabel uptime in whole hours')
print('graph_category i2p')
print('graph_category network')
print('uptime.label i2p uptime')
print('uptime.draw AREA')
else: