From 72c5b59d4860185db3227ed0cae8939c4b6e67d5 Mon Sep 17 00:00:00 2001 From: "Roberto \"Roobre\" Santalla" Date: Wed, 19 Nov 2014 05:40:27 +0100 Subject: [PATCH] Now category "postfix" is correctly reported. --- plugins/postfix/postfix_mail_stats | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/postfix/postfix_mail_stats b/plugins/postfix/postfix_mail_stats index f9e1e237..2ac2866e 100755 --- a/plugins/postfix/postfix_mail_stats +++ b/plugins/postfix/postfix_mail_stats @@ -36,6 +36,7 @@ fi if [ "$1" = "config" ]; then echo 'graph_title Postfix Mail Counter' + echo 'graph_category postfix' echo 'graph_args --base 1000 -l 0' echo 'graph_vlabel Hourly Messages' echo 'recieved.label Delivered'