]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
little conf fix for syslog-ng
authormaniacikarus <maniacikarus@ipfire.org>
Sun, 18 Jan 2009 16:10:53 +0000 (17:10 +0100)
committermaniacikarus <maniacikarus@ipfire.org>
Sun, 18 Jan 2009 16:10:53 +0000 (17:10 +0100)
config/syslog-ng/syslog-ng.conf

index df37d3cd7d5b3588e86425a2905316c253039a8e..36970f4e83401cdd1ce6976f12e34d53b5a53e2f 100644 (file)
@@ -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 {