mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-02 22:28:24 +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
|
@ -91,7 +91,6 @@ my $pos = $ENV{pos} || 0;
|
|||
|
||||
my $response;
|
||||
|
||||
my $GRAPH_CATEGORY = "Groupwise";
|
||||
my $GRAPH_PERIOD = "minute";
|
||||
my $GRAPH_VLABEL = "bytes per $GRAPH_PERIOD in(-) / out(+)";
|
||||
my $BYTES_LABEL='Bytes';
|
||||
|
@ -134,7 +133,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
|
|||
my $gwname = &get_single ($session, "1.3.6.1.4.1.23.2.70.1.1.$pos"); # gwiaGatewayName
|
||||
# output to munin
|
||||
print "host_name $host
|
||||
graph_category $GRAPH_CATEGORY
|
||||
graph_category mail
|
||||
graph_args --base 1000
|
||||
graph_period $GRAPH_PERIOD
|
||||
graph_title GWIA byte load ($gwname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue