1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

Category Tree: Reduce number of categories

This commit is contained in:
dipohl 2017-02-20 23:01:26 +01:00
parent 53351aa04f
commit afcc3e9b47
9 changed files with 11 additions and 11 deletions

View file

@ -124,7 +124,7 @@ if ARGV[0] == "autoconf"
elsif ARGV[0] == "config"
puts "graph_args --base 1024k -r --lower-limit 0"
puts "graph_title Oracle SGA from #{dbname}"
puts "graph_category Oracle"
puts "graph_category db"
puts "graph_info This graph shows the SGA memory usage (in MB)"
puts "graph_vlabel MB"
puts "graph_scale no"