1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-23 06:35:42 +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

@ -78,7 +78,7 @@ if (exists $ARGV[0]) {
print "graph_title Oracle library and buffer cache hit ratios from $dbname\n";
print "graph_args --upper-limit 110 -l 0\n";
print "graph_vlabel %\n";
print "graph_category Oracle\n";
print "graph_category db\n";
print "graph_info This graph shows the percentage of blocks and libraries read from the cache\n";
print "read_hitratio.label Cache hitratio\n";
print "read_hitratio.type GAUGE\n";