On Sat, Feb 25, 2012 at 7:12 AM, Devin Austin <[email protected]>wrote:

> Logging with RabbitMQ?  Seems like a weird thing to do but I could be
> wrong.  I use Munin to keep track of stats.
>

http://search.cpan.org/~bundacia/Log-Log4perl-Appender-RabbitMQ-0.102220/lib/Log/Log4perl/Appender/RabbitMQ.pm

A few dozen web servers all with their own log files, log rotation, log
watch-dog scripts, etc. is not that nice looking.  Using AMQP and pub/sub
means you can aggregate all the logs in one place.  Redundancy? start up
another log aggregator. You can write a script that waches the "error"
queue for problems from all the web servers in one (or more) place.   Tail
all logs from all servers that match a pattern in real time?

Ya, there's other ways to do that.  The problem I have with using a message
queue like RabbitMQ is it starts to seem like it is the solution to every
problem....   :)



>
> On Fri, Feb 24, 2012 at 5:04 PM, Bill Moseley <[email protected]> wrote:
> > Anyone have experience with this?  What tool are you using to aggregate
> (and
> > monitor, or generate stats with)?  Any tips?
> >
> > --
> > Bill Moseley
> > [email protected]
> >
> > _______________________________________________
> > List: [email protected]
> > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> > Searchable archive:
> http://www.mail-archive.com/[email protected]/
> > Dev site: http://dev.catalyst.perl.org/
> >
>
>
>
> --
> Devin Austin
> http://www.dhoss.net
> 9702906669 - Cell
>
> _______________________________________________
> List: [email protected]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/[email protected]/
> Dev site: http://dev.catalyst.perl.org/
>



-- 
Bill Moseley
[email protected]
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to