1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Category Tree: Reduce number of categories

firebird -> db
mssql -> db
pdns -> dns
This commit is contained in:
dipohl 2017-02-22 00:30:20 +01:00
parent 50283138ea
commit fa99ece8fc
27 changed files with 25 additions and 25 deletions

View file

@ -93,7 +93,7 @@ if ARGV[0] == "autoconf"
elsif ARGV[0] == "config"
puts "graph_args --base 1000 -r --lower-limit 0"
puts "graph_title MSSQL Transactions/s"
puts "graph_category MSSQL"
puts "graph_category db"
puts "graph_info This graph shows transactions/s"
puts "graph_vlabel transactions/s"
puts "graph_scale no"