From 8e2025a9b932b540260710d5c637bccd47e2eb56 Mon Sep 17 00:00:00 2001 From: Cristian Deluxe Date: Wed, 2 Nov 2016 06:34:57 +0100 Subject: [PATCH] changed graph_period to minute (more appropiated) --- plugins/mail/postfix_stats | 1 + 1 file changed, 1 insertion(+) 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'