mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51: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
|
@ -50,7 +50,7 @@ then
|
|||
elif [ "${1:-}" = "config" ]
|
||||
then
|
||||
echo "graph_title MySQL on-disk database size"
|
||||
echo "graph_category mysql"
|
||||
echo "graph_category db"
|
||||
# graph_info cannot have newlines - replace by <br> which will be rendered to newlines in
|
||||
# the web interface.
|
||||
echo "graph_info ${INFO//$'\n'/<br>}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue