mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
29bdf34eae
commit
a3c2338b1f
34 changed files with 34 additions and 34 deletions
|
@ -27,7 +27,7 @@ if (defined $ARGV[0] and $ARGV[0] eq 'config') {
|
|||
print "graph_title Gearman queue\n";
|
||||
print "graph_args --base 1000\n";
|
||||
print "graph_vlabel jobs\n";
|
||||
print "graph_category Gearman\n";
|
||||
print "graph_category other\n";
|
||||
while ( my ($key, $value) = each(%$gearman) ) {
|
||||
my $param = $key."_"."queue";
|
||||
print "$param.type GAUGE\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue