Projet

Général

Profil

Révision f41b6861

IDf41b68619bee4bba1a908b36150db16d22468307
Parent ed77c82d
Enfant 58cbb4b6, 444c7939

Ajouté par dipohl il y a presque 9 ans

Category Tree: Reduce number of categories
monit -> munin
nova -> cloud (nova)
powermta -> mail (powermta)
redis -> search (redis) and system (redis)

Voir les différences:

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