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

Category Tree: Collect all postfix plugins in category mail

This commit is contained in:
dipohl 2017-02-22 18:43:01 +01:00
parent db240286ab
commit cc3622d96c
14 changed files with 26 additions and 26 deletions

View file

@ -145,7 +145,7 @@ if ( $ARGV[0] and $ARGV[0] eq "config" )
print "graph_vlabel mails / \${graph_period}\n";
print "graph_scale no\n";
print "graph_total Total\n";
print "graph_category postfix\n";
print "graph_category mail\n";
print "delivered.label delivered\n";
print "delivered.type DERIVE\n";
print "delivered.draw AREA\n";