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 committed Sep 14, 2024
1 parent e17dd33 commit 9326a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node.d/postfix_mailvolume
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) {
print "graph_args --base 1000 -l 0\n";
print "graph_vlabel bytes / \${graph_period}\n";
print "graph_scale yes\n";
print "graph_category postfix\n";
print "graph_category mail\n";
print "volume.label delivered volume\n";
print "volume.type DERIVE\n";
print "volume.min 0\n";
Expand Down

0 comments on commit 9326a6e

Please sign in to comment.