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

Don't use variable to set category, plugin gallery build script needs the pure string..
This commit is contained in:
dipohl 2017-02-21 00:41:40 +01:00
parent 9841894599
commit 8af93fce06
17 changed files with 19 additions and 21 deletions

View file

@ -92,7 +92,7 @@ sub print_config {
print('graph_title MySQL Queries Cache Size
graph_args --base 1024 -l 0
graph_vlabel bytes
graph_category mysql
graph_category db
graph_order used free
graph_total Total
graph_info Plugin available at <a href="http://rodolphe.quiedeville.org/hack/munin/">http://rodolphe.quiedeville.org/hack/munin/</a>