|
|
|
@ -27,12 +27,12 @@ _daemon = (?:fail2ban(?:-server|\.actions)\s*)
|
|
|
|
|
# this filter 'recidive', or supply another name with `filter = recidive[_jailname="jail"]`
|
|
|
|
|
_jailname = recidive
|
|
|
|
|
|
|
|
|
|
failregex = ^%(__prefix_line)s(?:\s*fail2ban\.actions\s*%(__pid_re)s?:\s+)?NOTICE\s+\[(?!%(_jailname)s\])(?:.*)\]\s+Ban\s+<HOST>\s*$
|
|
|
|
|
failregex = ^%(__prefix_line)s(?:\s*fail2ban(?:\.actions)?\s*%(__pid_re)s?:\s+)?(?:NOTICE\s+)?\[(?!%(_jailname)s\])(?:.*)\]\s+Ban\s+<HOST>\s*$
|
|
|
|
|
|
|
|
|
|
datepattern = ^{DATE}
|
|
|
|
|
|
|
|
|
|
ignoreregex =
|
|
|
|
|
|
|
|
|
|
journalmatch = _SYSTEMD_UNIT=fail2ban.service PRIORITY=5
|
|
|
|
|
journalmatch = _SYSTEMD_UNIT=fail2ban.service
|
|
|
|
|
|
|
|
|
|
# Author: Tom Hendrikx, modifications by Amir Caspi
|
|
|
|
|