[squid-users] how to collect real-time log from all squid server

2007-08-11 Thread huang mingyou
hi,guys: In my squid cache network,have more than 100 squid server. I want collect the real-time squid's access log. There have some goo solution ? now,I use tail -F read the message from log.then pipe to a shell script ,this shell script will send the message to a mysql server. this meth

Re: [squid-users] how to collect real-time log from all squid server

2007-08-11 Thread Henrik Nordstrom
On sön, 2007-08-12 at 08:52 +0800, huang mingyou wrote: > hi,guys: > In my squid cache network,have more than 100 squid server. I want > collect the real-time squid's access log. > There have some goo solution ? now,I use tail -F read the message > from log.then pipe to a shell script ,th

Re: [squid-users] how to collect real-time log from all squid server

2007-08-11 Thread huang mingyou
Henrik Nordstrom ,Thank you very much :D On 12/08/07, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On sön, 2007-08-12 at 08:52 +0800, huang mingyou wrote: > > hi,guys: > > In my squid cache network,have more than 100 squid server. I want > > collect the real-time squid's access log. > >

Re: [squid-users] how to collect real-time log from all squid server

2007-08-11 Thread Adrian Chadd
On Sun, Aug 12, 2007, Henrik Nordstrom wrote: > You can also log to a named pipe > > And there is also the logfile daemon project at devel.squid-cache.org > which breaks out the logging to a separate helper process, making things > like the above considerably easier. > > http://devel.squid-cache

Re: [squid-users] how to collect real-time log from all squid server

2007-08-13 Thread huang mingyou
hi,guys I get a trouble, our squid server version is 2.5 ,so can't patch this patch. have another method without update the squid to 2.6 ? On 12/08/07, Adrian Chadd <[EMAIL PROTECTED]> wrote: > On Sun, Aug 12, 2007, Henrik Nordstrom wrote: > > > You can also log to a named pipe > > > > And th

Re: [squid-users] how to collect real-time log from all squid server

2007-08-13 Thread Henrik Nordstrom
On tis, 2007-08-14 at 08:58 +0800, huang mingyou wrote: > hi,guys > I get a trouble, our squid server version is 2.5 ,so can't patch > this patch. have another method without update the squid to 2.6 ? You should seriously consider upgrading... Note: the patch is for Squid-2.HEAD, not 2.6 eve