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

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

@ -79,7 +79,7 @@ if (exists $ARGV[0]) {
print "graph_title Oracle locks for $dbname\n";
print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Locks\n";
print "graph_category oracle\n";
print "graph_category db\n";
print "graph_info Shows oracle locks\n";
print "graph_scale no\n";
print "RS.label Row Share Locks\n";