mirror of https://github.com/fail2ban/fail2ban
Even stricter monit regex, now covers entire line
parent
72bfd14330
commit
9c3cb31862
|
@ -4,6 +4,6 @@
|
|||
|
||||
[Definition]
|
||||
|
||||
failregex = \]\s*error\s*:\s*Warning:\s+Client '<HOST>' supplied unknown user '\w+' accessing monit httpd$
|
||||
\]\s*error\s*:\s*Warning:\s+Client '<HOST>' supplied wrong password for user '\w+' accessing monit httpd$
|
||||
failregex = ^\[[A-Z]+\s+\]\s*error\s*:\s*Warning:\s+Client '<HOST>' supplied unknown user '\w+' accessing monit httpd$
|
||||
^\[[A-Z]+\s+\]\s*error\s*:\s*Warning:\s+Client '<HOST>' supplied wrong password for user '\w+' accessing monit httpd$
|
||||
|
||||
|
|
Loading…
Reference in New Issue