mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-20 01:23:36 +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:
parent
212768ed9b
commit
63351ab535
20 changed files with 19 additions and 19 deletions
|
@ -32,7 +32,7 @@ if [ "$1" = "config" ]
|
|||
then
|
||||
echo graph_title SGE gridengine jobs
|
||||
echo graph_vlabel count
|
||||
echo graph_category processes
|
||||
echo graph_category htc
|
||||
echo running.label Running jobs
|
||||
echo running.type GAUGE
|
||||
echo running.draw AREA
|
||||
|
|
|
@ -58,7 +58,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_vlabel Queue slots"
|
||||
echo "graph_scale no"
|
||||
echo "graph_info Shows global Sun Grid Engine queue state."
|
||||
echo "graph_category SGE"
|
||||
echo "graph_category htc"
|
||||
echo "graph_period minute"
|
||||
echo "used.label Used"
|
||||
echo "used.draw AREA"
|
||||
|
|
|
@ -56,7 +56,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_vlabel Queue slots"
|
||||
echo "graph_scale no"
|
||||
echo "graph_info Shows global Grid Engine queue state."
|
||||
echo "graph_category SGE"
|
||||
echo "graph_category htc"
|
||||
echo "graph_period minute"
|
||||
echo "used.label Used"
|
||||
echo "used.draw AREA"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue