2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01: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

@ -17,7 +17,7 @@ if len(argv) > 1 and argv[1] == 'config':
# as a percentage of target possibly..
print """graph_title Zope cache parameters
graph_category Zope
graph_category appserver
graph_info A grap of the main data on the "Cache Parameters" tab of the main DB in the zope control panel.""".replace("\n ","\n")
for i in range(0,len(conns)):
print """obs_in_db%(i)s.label Z%(i)s Obs in DB

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,

View File

@ -15,7 +15,7 @@ if len(argv) > 1 and argv[1] == 'config':
print """graph_title Zope Database Activity
graph_vlabel Count / 5 min.
graph_category Zope
graph_category appserver
graph_info The number of Reads, Stores, and Connections that happens in the ZODB backend. The data comes from the same source as that in the "Recent Database Activity" tab in the zope control panel.""".replace("\n ","\n")
for i in range(0,len(conns)):
print """load_count%(i)s.label Z%(i)s Loads