1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-09-20 01:23:36 +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

@ -103,7 +103,7 @@ EOF`
echo "graph_title Oracle active connections to $ORACLE_SID"
echo "graph_args -l 0 --base 1000"
echo "graph_vlabel Connections"
echo "graph_category Oracle"
echo "graph_category db"
echo "graph_info Shows active oracle connections to $ORACLE_SID"
echo "graph_scale no"
if [ $SHOW_ORACLE_USERS -eq 1 ]