1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

Changed the graph_category to file_transfer

This commit is contained in:
Neraud 2018-08-04 17:37:33 +02:00
parent 0d5384516c
commit eb9681a7cc

View file

@ -159,7 +159,7 @@ def print_config():
print('graph_scale yes')
print('graph_info This graph shows the number of commits behind' +
' for each configured git repository')
print('graph_category system')
print('graph_category file_transfer')
print('graph_order %s' % ' '.join(repo_codes))