From aca139cc15ead8c38b339fabd69bdfd520b0f364 Mon Sep 17 00:00:00 2001 From: ToM Date: Mon, 8 Apr 2013 12:49:39 +0200 Subject: [PATCH] [FIX] mail/dovecot: fix typo, categorization. --- plugins/mail/dovecot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/mail/dovecot b/plugins/mail/dovecot index 03119c26..8cbbe99d 100755 --- a/plugins/mail/dovecot +++ b/plugins/mail/dovecot @@ -39,7 +39,8 @@ if [ "$1" = "autoconf" ]; then fi if [ "$1" = "config" ]; then - echo 'graph_title Dovcecot Logins' + echo 'graph_title Dovecot Logins' + echo 'graph_category Mail' echo 'graph_args --base 1000 -l 0' echo 'graph_vlabel Login Counters' echo 'login_total.label Total Logins'