mirror of https://github.com/fail2ban/fail2ban
11 lines
350 B
Plaintext
11 lines
350 B
Plaintext
# Fail2Ban filter for monit.conf, looks for failed access attempts
|
|
#
|
|
#
|
|
|
|
[Definition]
|
|
|
|
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$
|
|
|
|
ignoreregex =
|