Sam,

>> Well, chainsaw already acts as a prety good socket listener.
I know chainsaw, but we need more.


>> But if I understand you correctly, you want the socket listener
>> itself to then re-log messages to various sources?
>> Why not just have this done in the first place, rather than going thorugh
>> the overhead of relogging the same messages?

For 2 major reasons :
 - that would mean changing the log4j configuration file on each client (50+)
   each time we would need to change the monitoring preferences !
 - clients would have to call the JDBCAppender, SMTPAppender ..
     !! performance, traffic, rights (access to the log DB), ..

The log server - the smart socket listener - is definitively the one that has to know 
what to do.


Alain


-----Message d'origine-----
De : Sam Newman [mailto:[EMAIL PROTECTED]]
Envoyé : lundi 30 juillet 2001 11:56
À : LOG4J Users Mailing List
Objet : Re: SocketAppender based filtering relay/router..


Well, chainsaw already acts as a prety good socket listener. But if I
understand you correctly, you want the socket listener itself to then re-log
messages to various sources? Why not just have this done in the first place,
rather than going thorugh the overhead of relogging the same messages?
Anyway, chainsaw link is here: http://www.geocities.com/oburn/chainsaw/

sam
----- Original Message -----
From: "Alain RAVET" <[EMAIL PROTECTED]>
To: "LOG4J Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, July 30, 2001 8:38 AM
Subject: SocketAppender based filtering relay/router..


> Hi all,
>
>
> We plan to use log4j for the monitoring of remote applications.
>
> As there will be many clients, we want them to log to a SocketAppender, an
> have the server (socket listener) make the routing/filtering the log
> messages decisions, based on simple rules.
>
> We'd thought about building a socket listener to handle the messages,
> depending on their contents, source, priority.
> We need to
>    - display in a terminal all the live messages,
>    - log all the received messages in a DB,
>    - route some messages based on some rules
>     (ex. when a WARNING comes in, send an email to ..)
>     (ex. when a ERROR   comes in, send a SMS to ..)
>    - ...
>
> Does anything like this already exists?
>
> Thanks in advance.
>
>
> Alain Ravet
> Brussels, Belgium


This mail has been checked by exiscan.
To be safe, please scan the mail attachements with your local virus scanner !

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to