Mercurial > syslog2iptables
changeset 21:2342081106d9
add better logging
author | carl |
---|---|
date | Sun, 08 Jan 2006 12:51:35 -0800 |
parents | 0d65c3de34fd |
children | c6cff7a663b2 |
files | remote syslog2iptables.conf |
diffstat | 2 files changed, 1 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/remote Sun Jan 08 12:36:57 2006 -0800 +++ b/remote Sun Jan 08 12:51:35 2006 -0800 @@ -30,5 +30,6 @@ else scp /etc/$NAME.conf $i:/etc/$NAME.conf fi + me $i "ln --symbolic --force /etc/$NAME.conf /usr/local/etc/$NAME.conf" me $i "/etc/rc.d/init.d/$NAME start" done
--- a/syslog2iptables.conf Sun Jan 08 12:36:57 2006 -0800 +++ b/syslog2iptables.conf Sun Jan 08 12:51:35 2006 -0800 @@ -37,20 +37,6 @@ }; }; -file "/var/log/httpd/access_acia_log" { - pattern "(.*) - - .* /cgi-bin" { - index 1; // zero based - bucket 400; - }; -}; - -file "/var/log/httpd/access_510sg_log" { - pattern "(.*) - - .* /cgi-bin" { - index 1; // zero based - bucket 400; - }; -}; - // file "/var/log/messages" { // pattern "sshd.pam_unix.*authentication failure.*rhost=(.*) user=" { // index 1; // zero based