*** Please type your report below this line ***
Fail2ban counts entries in various logs, but does not react when it gets
last message repeated x times
Discovered when a student tested fail2ban, and it did not ban him
despite many wrong passwords. Syslog logged only the first attempt,
and then resorted to "last message repeated x times"
Ideal fix: have fail2ban understand "last message repeated" and add up
the numbers.
Minimal fix: Document that the user may want to turn off such line
compression. Some recent versions of syslog can do that. But fixing
fail2ban would be better. log compression is useful, and a
program that calls itself a "log parser" ought to understand.
Helge Hafting