Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • fail2ban "checks" every time it processes a log entry. So I don't understand your question. What is it you want? Commented Oct 13, 2016 at 17:48
  • Hi Michael, thanks for the question. I was under the impression that Fail2Ban checks logs at the same amount set by findtime. If this is not the case, do you know where to set the time interval for Fail2Ban to check a log? Also, please support the question with a vote if I provided a proper clarification. Thanks :-) Commented Oct 14, 2016 at 2:54
  • 5
    findtime is the interval in which maxretry matches must occur for the ban to trigger. The logs are read as they're written to disk. You seem to be asking to slow that down. Commented Oct 14, 2016 at 3:09