1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Category Tree: Reduce number of categories

sphinx -> search
unicorn -> webserver
moved some plugins to other dirs to get better seconde level heading
This commit is contained in:
dipohl 2017-02-23 02:22:08 +01:00
parent 444c7939de
commit e08a6448ce
20 changed files with 11 additions and 11 deletions

View file

@ -23,10 +23,10 @@ if (isset($argc) && $argc > 1) {
if ($argv[1] == 'config') {
echo "graph_title Sphinx Connections in last 5 minutes\n" .
"graph_info This graph shows the number of connections for last 5 minutes\n" .
"graph_category sphinx\n" .
"graph_category search\n" .
"graph_args --base 1000 --lower-limit 0\n" .
"graph_vlabel Connections\n" .
"graph_info The number of current connections with respect to the max_connections setting.graph_category sphinx\n" .
"graph_info The number of current connections with respect to the max_connections setting.graph_category search\n" .
"graph_order current\n" .
"graph_total Total\n" .
"current.label In Use\n" .

View file

@ -17,7 +17,7 @@ case $1 in
graph_title Documents per index
graph_vlabel number
graph_scale no
graph_category sphinx
graph_category search
graph_info Report number of documents (using indextool) by Sphinx Index.
EOM
for i in `ls $idxpath/*.sph`; do

View file

@ -23,7 +23,7 @@ if (isset($argc) && $argc > 1) {
if ($argv[1] == 'config') {
echo "graph_title Sphinx Queries in last 5 minutes\n" .
"graph_info This graph shows the number of queries for last 5 minutes\n" .
"graph_category sphinx\n" .
"graph_category search\n" .
"graph_args --base 1000 --lower-limit 0\n" .
"graph_vlabel Connections\n" .
"graph_info The number of current queries\n" .