diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-22 17:24:43 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-22 17:24:43 +0000 |
commit | 9f3c51e3aa40910e103368b309a7775cd7518cf0 (patch) | |
tree | 8565590f025f03815471873379f57fef709c95d9 /logcheck/ignore.d.server/proftpd | |
parent | 7014f849002f4cb260023395cd839eae47e21324 (diff) |
logcheck: Match only numerical pid numbers (.* is BAD in logcheck!).
Diffstat (limited to 'logcheck/ignore.d.server/proftpd')
-rw-r--r-- | logcheck/ignore.d.server/proftpd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/logcheck/ignore.d.server/proftpd b/logcheck/ignore.d.server/proftpd index b1e1f0c..538a0d6 100644 --- a/logcheck/ignore.d.server/proftpd +++ b/logcheck/ignore.d.server/proftpd @@ -1,7 +1,7 @@ -proftpd\[.*\]: .* \(.*\[[\.[:digit:]]+\]\) - FTP session opened\. -proftpd\[.*\]: .* \(.*\[[\.[:digit:]]+\]\) - USER (anonymous|ftp)(@[\.[:alnum:]]+)? \(Login failed\): Can't find user\. -proftpd\[.*\]: .* \(.*\[[\.[:digit:]]+\]\) - USER (anonymous|ftp)(@[\.[:alnum:]]+)?: no such user found from .*\[[\.[:digit:]]+\] to [\.[:digit:]]+ -proftpd\[.*\]: .* \(.*\[[\.[:digit:]]+\]\) - no such user '(anonymous|ftp)(@[\.[:alnum:]]+)?' -proftpd\[.*\]: connect from [\.[:digit:]]+ -proftpd\[.*\]: No certificate files found! -proftpd\[.*\]:.* (.*\[.*\]) - Refused PORT.* (address mismatch)\. +proftpd\[[0-9]+\]: .* \(.*\[[\.[:digit:]]+\]\) - FTP session opened\. +proftpd\[[0-9]+\]: .* \(.*\[[\.[:digit:]]+\]\) - USER (anonymous|ftp)(@[\.[:alnum:]]+)? \(Login failed\): Can't find user\. +proftpd\[[0-9]+\]: .* \(.*\[[\.[:digit:]]+\]\) - USER (anonymous|ftp)(@[\.[:alnum:]]+)?: no such user found from .*\[[\.[:digit:]]+\] to [\.[:digit:]]+ +proftpd\[[0-9]+\]: .* \(.*\[[\.[:digit:]]+\]\) - no such user '(anonymous|ftp)(@[\.[:alnum:]]+)?' +proftpd\[[0-9]+\]: connect from [\.[:digit:]]+ +proftpd\[[0-9]+\]: No certificate files found! +proftpd\[[0-9]+\]:.* (.*\[.*\]) - Refused PORT.* (address mismatch)\. |