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