mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Add ignoreregex to avoid warning on start
This commit is contained in:
parent
9269664350
commit
a6a2dc868b
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ _jailname = recidive
|
|||
|
||||
failregex = ^(%(__prefix_line)s| %(_daemon)s%(__pid_re)s?:\s+)NOTICE\s+\[(?!%(_jailname)s\])(?:.*)\]\s+Ban\s+<HOST>\s*$
|
||||
|
||||
ignoreregex =
|
||||
|
||||
[Init]
|
||||
|
||||
journalmatch = _SYSTEMD_UNIT=fail2ban.service PRIORITY=5
|
||||
|
|
|
|||
Loading…
Reference in a new issue