Snort mailing list archives

RE: Snort Logs


From: "Keaton, Lindamaria" <LKeaton () unionsafe com>
Date: Wed, 17 Sep 2003 11:37:19 -0700

How will a new file generate? How I see this, it will kill snort but not
restart it. Will I then have to reboot the system, in order for a new
alert file to generate. Is that correct, or am I completely wrong?

This is what I'm trying to accomplish. I want the alert file to either
compress and move to a different directory, but then start a new alert
file without kill snort. Is there a way to do this?

-----Original Message-----
From: Demetri Mouratis [mailto:dmourati () cm math uiuc edu] 
Sent: Wednesday, September 17, 2003 11:32 AM
To: Keaton, Lindamaria
Cc: snort-users () lists sourceforge net
Subject: Re: [Snort-users] Snort Logs



On Wed, 17 Sep 2003, Keaton, Lindamaria wrote:

Hello,

I'm running snort 2.0 on Linux 9.0. Does anyone know how to rotate 
/var/log/snort/alert when it reaches certain size?

You could use logrotate with the size option for this.

       "/var/log/snort/alert" {
           rotate 30
           size=100k
           postrotate
                                kill -HUP `pidof /usr/local/bin/snort`
           endscript
       }

And upgrade to snort 2.0.1 while you are at it.
---------------------------------------------------------------------
Demetri Mouratis
dmourati () linfactory com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: