mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: Reduce number of categories
firebird -> db mssql -> db pdns -> dns
This commit is contained in:
parent
50283138ea
commit
fa99ece8fc
27 changed files with 25 additions and 25 deletions
|
@ -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"
|
||||
|
|
|
@ -83,7 +83,7 @@ if ARGV[0] == "autoconf"
|
|||
elsif ARGV[0] == "config"
|
||||
puts "graph_args --base 1000 -r --lower-limit 0"
|
||||
puts "graph_title MSSQL Buffer Cache Hit Ratio "
|
||||
puts "graph_category MSSQL"
|
||||
puts "graph_category db"
|
||||
puts "graph_info This graph shows Buffer Cache Hit Ratio"
|
||||
puts "graph_vlabel %"
|
||||
puts "graph_scale no"
|
||||
|
|
|
@ -91,7 +91,7 @@ if ARGV[0] == "autoconf"
|
|||
elsif ARGV[0] == "config"
|
||||
puts "graph_args --base 1024k -r --lower-limit 0"
|
||||
puts "graph_title MSSQL DB File Sizes"
|
||||
puts "graph_category MSSQL"
|
||||
puts "graph_category db"
|
||||
puts "graph_info This graph shows DB File Sizes (MB)"
|
||||
puts "graph_vlabel MB"
|
||||
puts "graph_scale no"
|
||||
|
|
|
@ -91,7 +91,7 @@ if ARGV[0] == "autoconf"
|
|||
elsif ARGV[0] == "config"
|
||||
puts "graph_args --base 1024k -r --lower-limit 0"
|
||||
puts "graph_title MSSQL DB Log File Sizes"
|
||||
puts "graph_category MSSQL"
|
||||
puts "graph_category db"
|
||||
puts "graph_info This graph shows DB Log File Sizes (MB)"
|
||||
puts "graph_vlabel MB"
|
||||
puts "graph_scale no"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue