1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

[FIX] mail/dovecot: fix typo, categorization.

This commit is contained in:
ToM 2013-04-08 12:49:39 +02:00
parent 6efcb06dd9
commit aca139cc15

View file

@ -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'