Révision f41b6861
Category Tree: Reduce number of categories
monit -> munin
nova -> cloud (nova)
powermta -> mail (powermta)
redis -> search (redis) and system (redis)
| plugins/monit/monit_parser | ||
|---|---|---|
| 113 | 113 |
procs = parse_processes() |
| 114 | 114 |
print('graph_title Per process stats from Monit')
|
| 115 | 115 |
print('graph_vlabel usage of memory [kB] or cpu [%]')
|
| 116 |
print('graph_category monit')
|
|
| 116 |
print('graph_category munin')
|
|
| 117 | 117 |
for process in procs: |
| 118 | 118 |
for stat in procs[process]: |
| 119 | 119 |
print("monit_%s_%s.label %s.%s" % (sanitize(process), stat, process, stat))
|
Formats disponibles : Unified diff