mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: Reduce number of categories
Don't use variable to set category, plugin gallery build script needs the pure string..
This commit is contained in:
parent
9841894599
commit
8af93fce06
17 changed files with 19 additions and 21 deletions
|
@ -41,7 +41,7 @@ if [ "$1" = "config" ]; then
|
|||
|
||||
echo 'graph_title HS Write port connections'
|
||||
echo "graph_args --base 1000 -l 0"
|
||||
echo 'graph_category mysql'
|
||||
echo 'graph_category db'
|
||||
echo 'total.label Total'
|
||||
echo 'total.draw AREA'
|
||||
echo 'total.min 0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue