1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-11-25 19:47:02 +00:00

Merge pull request #287 from letompouce/master

[FIX] mail/dovecot: fix typo, categorization.
This commit is contained in:
Steve Schnepp 2013-04-08 07:45:57 -07:00
commit b452b7e51c

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'