Update config/filter.d/webmin-auth.conf

Added a trailing '.*$' to each regex so they can find expressions in targeted log files.
pull/99/head
pigsyn 2012-12-12 23:07:39 +01:00
parent 3969e3f77b
commit dc67b24270
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT
#
failregex = webmin.* Non-existent login as .+ from <HOST>$
webmin.* Invalid login as .+ from <HOST>$
failregex = webmin.* Non-existent login as .+ from <HOST>.*$
webmin.* Invalid login as .+ from <HOST>.*$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.