[Catalyst] Anyone logging with RabbitMQ?

Bill Moseley moseley at hank.org
Sat Feb 25 01:25:23 GMT 2012


On Sat, Feb 25, 2012 at 7:12 AM, Devin Austin <devin.austin at gmail.com>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/li=
b/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 <moseley at hank.org> wrote:
> > Anyone have experience with this?  What tool are you using to aggregate
> (and
> > monitor, or generate stats with)?  Any tips?
> >
> > --
> > Bill Moseley
> > moseley at hank.org
> >
> > _______________________________________________
> > List: Catalyst at lists.scsys.co.uk
> > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> > Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> > Dev site: http://dev.catalyst.perl.org/
> >
>
>
>
> --
> Devin Austin
> http://www.dhoss.net
> 9702906669 - Cell
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>



-- =

Bill Moseley
moseley at hank.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20120225/285df=
862/attachment.htm


More information about the Catalyst mailing list