[Watchdog] Revert acme-mailcow threshold to 1

master
andryyy 2019-12-04 21:46:16 +01:00
parent 81db04d2cd
commit f3ac24f0e8
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ fail2ban_checks() {
acme_checks() {
err_count=0
diff_c=0
THRESHOLD=2
THRESHOLD=1
ACME_LOG_STATUS=$(redis-cli -h redis GET ACME_FAIL_TIME)
if [[ -z "${ACME_LOG_STATUS}" ]]; then
redis-cli -h redis SET ACME_FAIL_TIME 0