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

Plugin-Gallery: Better 2nd level headings

This commit is contained in:
dipohl 2017-02-24 03:13:08 +01:00
parent 3a6fdce80f
commit ae4e85ab60
13 changed files with 11 additions and 13 deletions

View file

@ -29,12 +29,12 @@ end
case ARGV[0]
when 'config'
puts "graph_category puppet"
puts "graph_args --base 1000 -l 0"
puts "graph_scale no"
puts "graph_title puppet catalog run time"
puts "graph_vlabel Seconds"
puts "runtime.label Catalog application time"
puts "graph_category devel"
puts "graph_args --base 1000 -l 0"
puts "graph_scale no"
puts "graph_title puppet catalog run time"
puts "graph_vlabel Seconds"
puts "runtime.label Catalog application time"
exit 0
when 'autoconf'
puts "yes"