mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-02 06:08:23 +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
|
@ -96,7 +96,6 @@ my $pos = $ENV{pos} || 0;
|
|||
my $response;
|
||||
|
||||
# fix values
|
||||
my $GRAPH_CATEGORY = "Groupwise";
|
||||
my $GRAPH_PERIOD = "minute";
|
||||
my $GRAPH_VLABEL = "messages per $GRAPH_PERIOD in(-) / out(+)";
|
||||
my $MSGS_LABEL='Messages';
|
||||
|
@ -147,7 +146,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 GWIA msg load ($gwname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue