mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[FIX] mail/dovecot: fix typo, categorization.
This commit is contained in:
parent
6efcb06dd9
commit
aca139cc15
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue