comparison syslog2iptables.conf @ 21:2342081106d9

add better logging
author carl
date Sun, 08 Jan 2006 12:51:35 -0800
parents 0d65c3de34fd
children 28fec0c67646
comparison
equal deleted inserted replaced
20:0d65c3de34fd 21:2342081106d9
35 index 1; // zero based 35 index 1; // zero based
36 bucket 400; 36 bucket 400;
37 }; 37 };
38 }; 38 };
39 39
40 file "/var/log/httpd/access_acia_log" {
41 pattern "(.*) - - .* /cgi-bin" {
42 index 1; // zero based
43 bucket 400;
44 };
45 };
46
47 file "/var/log/httpd/access_510sg_log" {
48 pattern "(.*) - - .* /cgi-bin" {
49 index 1; // zero based
50 bucket 400;
51 };
52 };
53
54 // file "/var/log/messages" { 40 // file "/var/log/messages" {
55 // pattern "sshd.pam_unix.*authentication failure.*rhost=(.*) user=" { 41 // pattern "sshd.pam_unix.*authentication failure.*rhost=(.*) user=" {
56 // index 1; // zero based 42 // index 1; // zero based
57 // bucket 300; 43 // bucket 300;
58 // }; 44 // };