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

monit -> munin
nova -> cloud (nova)
powermta -> mail (powermta)
redis -> search (redis) and system (redis)
This commit is contained in:
dipohl 2017-02-23 00:15:13 +01:00
parent ed77c82d8a
commit f41b68619b
11 changed files with 20 additions and 20 deletions

View file

@ -113,7 +113,7 @@ elif action == 'config':
procs = parse_processes()
print('graph_title Per process stats from Monit')
print('graph_vlabel usage of memory [kB] or cpu [%]')
print('graph_category monit')
print('graph_category munin')
for process in procs:
for stat in procs[process]:
print("monit_%s_%s.label %s.%s" % (sanitize(process), stat, process, stat))