mirror of https://github.com/fail2ban/fail2ban
Change NOTICE by NOTICE%(__pid_re)s
parent
d7ca754980
commit
c679a1a588
|
@ -14,16 +14,16 @@
|
|||
# (?:::f{4,6}:)?(?P<host>\S+)
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Wrong password$
|
||||
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - No matching peer found$
|
||||
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Username/auth name mismatch$
|
||||
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Device does not match ACL$
|
||||
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Peer is not supposed to register$
|
||||
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - ACL error (permit/deny)$
|
||||
NOTICE.* <HOST> failed to authenticate as '.*'$
|
||||
NOTICE.* .*: No registration for peer '.*' \(from <HOST>\)$
|
||||
NOTICE.* .*: Host <HOST> failed MD5 authentication for '.*' (.*)$
|
||||
NOTICE.* .*: Failed to authenticate user .*@<HOST>.*$
|
||||
failregex = NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - Wrong password$
|
||||
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - No matching peer found$
|
||||
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - Username/auth name mismatch$
|
||||
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - Device does not match ACL$
|
||||
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - Peer is not supposed to register$
|
||||
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - ACL error (permit/deny)$
|
||||
NOTICE%(__pid_re)s <HOST> failed to authenticate as '.*'$
|
||||
NOTICE%(__pid_re)s .*: No registration for peer '.*' \(from <HOST>\)$
|
||||
NOTICE%(__pid_re)s .*: Host <HOST> failed MD5 authentication for '.*' (.*)$
|
||||
NOTICE%(__pid_re)s .*: Failed to authenticate user .*@<HOST>.*$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
Loading…
Reference in New Issue