mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-28 20:04:47 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
84c28707eb
commit
c4b2d9a8e3
22 changed files with 377 additions and 377 deletions
|
@ -89,7 +89,7 @@ if ( exists $ARGV[0] && 'config' eq $ARGV[0] ) {
|
|||
multigraph hhvm_${graphName}_threads
|
||||
graph_title HHVM Threads ${name}
|
||||
graph_args --base 1000
|
||||
graph_category hhvm
|
||||
graph_category php
|
||||
threads.label Threads
|
||||
load.label Active Workers
|
||||
queued.label Queued Jobs
|
||||
|
@ -97,7 +97,7 @@ queued.label Queued Jobs
|
|||
multigraph hhvm_${graphName}_sizes
|
||||
graph_title HHVM Sizes ${name}
|
||||
graph_args --base 1024
|
||||
graph_category hhvm
|
||||
graph_category php
|
||||
hhbc-roarena-capac.label HHBC Arena Capacity
|
||||
tc-hotsize.label TC Hot Size
|
||||
tc-hotsize.info Translation Cache Hot Size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue