diff --git a/plugins/mail/postfix_stats b/plugins/mail/postfix_stats index d495d002..9f56db34 100755 --- a/plugins/mail/postfix_stats +++ b/plugins/mail/postfix_stats @@ -55,6 +55,7 @@ if [ "$1" = 'config' ]; then echo 'graph_vlabel Postfix statistics' echo 'graph_category mail' echo 'graph_scale no' + echo 'graph_period minute' echo 'graph_total Total' echo 'received.label received' echo 'received.type DERIVE'