Add $ at the end of the failregex

pull/28/head
Xavier D 2012-02-13 17:11:32 +01:00
parent 7d465f98c1
commit d98cdb25d6
1 changed files with 9 additions and 9 deletions

View File

@ -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.