From: maniacikarus Date: Sun, 18 Jan 2009 16:10:53 +0000 (+0100) Subject: little conf fix for syslog-ng X-Git-Tag: v3.0-alpha1~107^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3707f4ad2f776f97de31649a14a7c6b6dde935;p=ipfire-3.x.git little conf fix for syslog-ng --- diff --git a/config/syslog-ng/syslog-ng.conf b/config/syslog-ng/syslog-ng.conf index df37d3cd7..36970f4e8 100644 --- a/config/syslog-ng/syslog-ng.conf +++ b/config/syslog-ng/syslog-ng.conf @@ -77,12 +77,12 @@ filter f_emergency { }; filter f_ids { facility(auth) - and message("snort") - and message("Priority: 1"); + and match("snort") + and match("Priority: 1"); }; filter f_ssh { program("sshd.*") - and message("Failed password for root from"); + and match("Failed password for root from"); }; log {