ENH: port optional

pull/237/head
Daniel Black 2013-05-30 09:43:39 +10:00
parent 278fd43429
commit 0f7b609336
1 changed files with 6 additions and 6 deletions

View File

@ -20,12 +20,12 @@ before = common.conf
# (?:::f{4,6}:)?(?P<host>\S+)
# Values: TEXT
#
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)$
failregex = NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>(:[0-9]+)?' - Wrong password$
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>(:[0-9]+)?' - No matching peer found$
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>(:[0-9]+)?' - Username/auth name mismatch$
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>(:[0-9]+)?' - Device does not match ACL$
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>(:[0-9]+)?' - Peer is not supposed to register$
NOTICE%(__pid_re)s .*: Registration from '.*' failed for '<HOST>(:[0-9]+)?' - ACL error (permit/deny)$
NOTICE%(__pid_re)s.* .*: Call from '.*' \(<HOST>:.*\) to extension '.*' rejected because extension not found in context 'default'.$
NOTICE%(__pid_re)s <HOST> failed to authenticate as '.*'$
NOTICE%(__pid_re)s .*: No registration for peer '.*' \(from <HOST>\)$