1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00:00

Category Tree: Reduce number of categories

zope -> appserver
This commit is contained in:
dipohl 2017-02-22 20:13:18 +01:00
parent f523f095f9
commit 68bb709de6
6 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ if len(argv) > 1:
print """graph_title Zope Conflict Errors
graph_vlabel Count
graph_category Zope
graph_category appserver
graph_info The number of conflict errors in event logs over the past 24h""".replace("\n ","\n")
for i in range(0,len(logs)):
print """error_count%(i)s.label %(n)s error count"""% dict(i=i,