From 9f3c51e3aa40910e103368b309a7775cd7518cf0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 22 Oct 2002 17:24:43 +0000 Subject: logcheck: Match only numerical pid numbers (.* is BAD in logcheck!). --- logcheck/ignore.d.server/proftpd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'logcheck/ignore.d.server/proftpd') 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)\. -- cgit v1.2.3