代码拉取完成,页面将自动刷新
#!/usr/bin/env bash
# Dovecot v2.1+ supports gathering statistics to Munin
. ${MUNIN_LIBDIR}/plugins/plugin.sh
DOVEADM=${DOVEADM:-'/opt/local/bin/doveadm'}
case ${1} in
autoconf)
echo 'yes'
exit 0
;;
config)
cat <<-EOF
graph_title Dovecot Authentications
graph_category mail
graph_scale no
graph_args --base 1000
graph_vlabel authentications per \${graph_period}
auth_ok.label Successful
auth_ok.type DERIVE
auth_ok.min 0
auth_user_unknown.label User Unknown
auth_user_unknown.type DERIVE
auth_user_unknown.min 0
auth_password_mismatch.label Password Mismatch
auth_password_mismatch.type DERIVE
auth_password_mismatch.min 0
EOF
exit 0
;;
esac
${DOVEADM} -f tab stats dump -f count | awk 'NR>1 { print $1".value "$3 }'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。