mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-07 22:53:15 +00:00
Category Tree: Reduce number of categories
This commit is contained in:
parent
c67c3d9298
commit
8172d38c2d
4 changed files with 4 additions and 8 deletions
|
@ -93,7 +93,6 @@ my $pos = $ENV{pos} || 1;
|
|||
my $response;
|
||||
|
||||
# fix values
|
||||
my $GRAPH_CATEGORY = "Groupwise";
|
||||
my $GRAPH_PERIOD = "minute";
|
||||
my $GRAPH_VLABEL = "number of messages / 10 min";
|
||||
my $ROUTED_LABEL="Routed";
|
||||
|
@ -143,7 +142,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
|
|||
|
||||
# output to munin
|
||||
print "host_name $host
|
||||
graph_category Groupwise
|
||||
graph_category mail
|
||||
graph_args --base 1000
|
||||
graph_period $GRAPH_PERIOD
|
||||
graph_title GWMTA load ($domain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue