committed a fix for owncloud filter. Lack of caffeine caused me to enter a wrong part of my script
This commit is contained in:
parent
cb35e6dd96
commit
187b28dc51
|
@ -1,24 +1,3 @@
|
|||
# Fail2Ban filter Mail-in-a-Box management daemon
|
||||
|
||||
[INCLUDES]
|
||||
|
||||
before = common.conf
|
||||
|
||||
[Definition]
|
||||
|
||||
_daemon = mailinabox
|
||||
|
||||
failregex = Mail-in-a-Box Management Daemon: Failed login attempt from ip <HOST> - timestamp .*
|
||||
ignoreregex =
|
||||
alon@box:/etc/fail2ban$ cat filter.d/miab-munin.conf
|
||||
[INCLUDES]
|
||||
|
||||
before = common.conf
|
||||
|
||||
[Definition]
|
||||
failregex=<HOST> - .*GET /admin/munin/.* HTTP/1.1\" 401.*
|
||||
ignoreregex =
|
||||
alon@box:/etc/fail2ban$ cat filter.d/miab-owncloud.conf
|
||||
[INCLUDES]
|
||||
|
||||
before = common.conf
|
||||
|
|
Loading…
Reference in New Issue