1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-07 06:33:15 +00:00

Category Tree: Reduce number of categories

slony -> db (postgresql)
qpid -> webserver (apache)
solr -> search (solr)
This commit is contained in:
dipohl 2017-02-22 20:59:43 +01:00
parent c3e309c6a5
commit 30685b4c66
13 changed files with 19 additions and 19 deletions

View file

@ -88,7 +88,7 @@ if len(sys.argv) > 1:
print 'graph_title Solr %s' % params['valueName']
print 'graph_args -l 0 '
print 'graph_vlabel Size %s' % params['valueName']
print 'graph_category Solr'
print 'graph_category search'
print 'graph_info Info for cores: %s' % ( ",".join(params['cores']))
for core in params['cores']: