mirror of https://github.com/fail2ban/fail2ban
Jason Martin
11 years ago
2 changed files with 24 additions and 0 deletions
@ -0,0 +1,18 @@
|
||||
# Fail2Ban filter for monit.conf, looks for failed access attempts |
||||
# |
||||
# |
||||
|
||||
[INCLUDES] |
||||
|
||||
# Read common prefixes. If any customizations available -- read them from |
||||
# common.local |
||||
before = common.conf |
||||
|
||||
[Definition] |
||||
# Samples: |
||||
# [PDT Apr 16 20:59:11] error : Warning: Client '1.2.3.4' supplied unknown user 'foo' accessing monit httpd |
||||
# [PDT Apr 16 20:59:33] error : Warning: Client '1.2.3.4' supplied wrong password for user 'admin' accessing monit httpd |
||||
|
||||
failregex = Warning: Client '<HOST>' supplied |
||||
|
||||
ignoreregex = |
Loading…
Reference in new issue