BugFix-Catch auth challence failures

This commit is contained in:
mafoo 2016-09-12 11:17:35 +01:00
parent 581cdd15f4
commit 0d07bcd1b4
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT
#
failregex = \[WARNING\] sofia_reg.c:\d+ SIP auth failure \(REGISTER\) on sofia profile \'\w+\' for \[.*\] from ip <HOST>
\[WARNING\] sofia_reg.c:\d+ SIP auth failure \(INVITE\) on sofia profile \'\w+\' for \[.*\] from ip <HOST>
failregex = \[WARNING\] sofia_reg\.c:\d+ SIP auth failure \((?:INVITE|REGISTER)\) on sofia profile \'\w+\' for \[.*\] from ip <HOST>
\[WARNING\] switch_core_state_machine\.c:\d+ \w{8}(?:-\w{4}){3}-\w{12} sofia\/\w+\/.*@<HOST> Abandoned
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.