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
|
@ -28,7 +28,7 @@ if(defined $ARGV[0] && $ARGV[0] eq 'config') {
|
|||
print <<EOC
|
||||
graph_title MySQL Slave Threads
|
||||
graph_vlabel Running
|
||||
graph_category mysql
|
||||
graph_category db
|
||||
graph_args -l 0
|
||||
io.label I/O Thread
|
||||
io.critical 1:1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue