Change NOTICE by NOTICE%(__pid_re)s

pull/28/head
Xavier Devlamynck 2012-02-21 18:05:53 +01:00
parent d7ca754980
commit c679a1a588
1 changed files with 10 additions and 10 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%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - Wrong password$
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - No matching peer found$ NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - No matching peer found$
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Username/auth name mismatch$ NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - Username/auth name mismatch$
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Device does not match ACL$ NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - Device does not match ACL$
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Peer is not supposed to register$ NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - Peer is not supposed to register$
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - ACL error (permit/deny)$ NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>' - ACL error (permit/deny)$
NOTICE.* <HOST> failed to authenticate as '.*'$ NOTICE%(__pid_re)s <HOST> failed to authenticate as '.*'$
NOTICE.* .*: No registration for peer '.*' \(from <HOST>\)$ NOTICE%(__pid_re)s .*: No registration for peer '.*' \(from <HOST>\)$
NOTICE.* .*: Host <HOST> failed MD5 authentication for '.*' (.*)$ NOTICE%(__pid_re)s .*: Host <HOST> failed MD5 authentication for '.*' (.*)$
NOTICE.* .*: Failed to authenticate user .*@<HOST>.*$ NOTICE%(__pid_re)s .*: 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.