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

Reduce number of categories

riak -> other (riak)
smf -> forum (smf)
reddit -> other (reddit)
sge -> htc (sge)
netscaler -> loadbalancer (netscaler)
nutcracker -> other (twemproxy)
requesttracker -> other (requesttracker)
passenger -> webserver (passenger)
gearman -> other (gearman)
This commit is contained in:
dipohl 2017-02-23 23:12:19 +01:00
parent 212768ed9b
commit 63351ab535
20 changed files with 19 additions and 19 deletions

View file

@ -27,7 +27,7 @@ def doConfig():
print "graph_title 95th percentile of FSM time"
print "graph_args --base 1000"
print "graph_vlabel gets (-) puts (+) in ms"
print "graph_category Riak"
print "graph_category other"
print "graph_info Response time, in milliseconds, met or beaten by 95% of riak_kv_get_fsm executions."
print "get_fsm_time_95.label vnode_gets"

View file

@ -38,7 +38,7 @@ def doConfig():
print "graph_title Riak memory"
print "graph_args --base 1000 -l 0"
print "graph_vlabel memory"
print "graph_category Riak"
print "graph_category other"
for name in names:
print name + ".label " + name

View file

@ -38,7 +38,7 @@ def doConfig():
print "graph_title Riak puts and gets"
print "graph_args --base 1000 -l 0"
print "graph_vlabel puts/gets"
print "graph_category Riak"
print "graph_category other"
for name in names:
print name + ".label " + name