Skip to content

Commit

Permalink
set graph_category to mail
Browse files Browse the repository at this point in the history
Co-authored-by: Kenyon Ralph <[email protected]>
  • Loading branch information
skleber and kenyon authored Sep 14, 2024
1 parent 8b2de12 commit e17dd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node.d/postfix_mailstats
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,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 "graph_period minute\n";
print "delivered.label delivered\n";
print "delivered.type DERIVE\n";
Expand Down

0 comments on commit e17dd33

Please sign in to comment.