1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Category Tree: Reduce number of categories

rackspace -> cloud (rackspace)
openvpn -> network (openvpn)
rethinkdb -> db (rethinkdb)
glance -> cloud (glance)
This commit is contained in:
dipohl 2017-02-23 17:08:02 +01:00
parent eaf6c2d7ce
commit 6aa977b250
14 changed files with 17 additions and 17 deletions

View file

@ -78,7 +78,7 @@ def print_config(tenant):
print 'graph_info This graph shows the used size in glance for tenant %s' % tenant
print 'graph_vlabel Bytes'
print 'graph_args --base 1024 --lower-limit 0'
print 'graph_category glance'
print 'graph_category cloud'
print '%s.label %s' % (tenant, get_name_from_tenant(tenant))
print '%s.draw LINE2' % tenant
print '%s.info %s MBytes' % (tenant, tenant)

View file

@ -44,7 +44,7 @@ def print_config():
print 'graph_title Glance images status'
print 'graph_vlabel images'
print 'graph_args --lower-limit 0'
print 'graph_category glance'
print 'graph_category cloud'
print 'graph_scale no'
print 'graph_info This graph show number of images by status'