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

plugin categories: other -> cloud

This commit is contained in:
Lars Kruse 2018-03-28 04:30:14 +02:00
parent 4e47cb5d85
commit 9995f46c4a
4 changed files with 4 additions and 4 deletions

View file

@ -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 other\n";
print "graph_category cloud\n";
while ( my ($key, $value) = each(%$gearman) ) {
my $param = $key."_"."queue";
print "$param.type GAUGE\n";

View file

@ -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 other\n";
print "graph_category cloud\n";
foreach my $key (@sorted) {
my $param = $key."_"."total";
print "$param.type GAUGE\n";