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:
parent
212768ed9b
commit
63351ab535
20 changed files with 19 additions and 19 deletions
|
@ -35,7 +35,7 @@ if (defined $ARGV[0] and $ARGV[0] eq 'config') {
|
|||
print "graph_title Gearman workers\n";
|
||||
print "graph_args --base 1000\n";
|
||||
print "graph_vlabel workers\n";
|
||||
print "graph_category Gearman\n";
|
||||
print "graph_category other\n";
|
||||
foreach my $key (@sorted) {
|
||||
my $param = $key."_"."total";
|
||||
print "$param.type GAUGE\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue