Joerg
On 29.11.2003 05:16, Scherler, Thorsten wrote:
Hello,
I am looking for information about reporting of different log-files. Something like http://www.logreport.org/ or http://www.mrunix.net/webalizer/ but in cocoon enviroment or Java based.
It should be able to analysis FTP, LDAP, http, Sendmail, ... Is there something? Maybe a generator somebody wrote :).
At http://logreport.org/doc/gen/email/sendmail.php is the structure of thus a log pretty good described. I am thinking of a simple xml generator that would put (sendmail):
Jul 15 17:11:21 thor.foo.com sendmail[22398]: e6FFBLP22398: from=<jan(a)foo.com>, size=589, class=0, nrcpts=1, msgid=<200007151510.e6FFAC316448(a)odin.foo.com>, proto=ESMTP, daemon=MTA, relay=jan(a)odin.foo.com [192.168.1.1]
into something like: <date>Jul 15 17:11:21</date> <host>thor.foo.com</host> <sendmail> <pid>22398</pid> <qid>e6FFBLP22398</qid> <what> <from>jan(a)foo.com</from> ...etc </what>
and (LDAP) [http://tille.soti.org/training/ldap/ldapbasics-c1135.html]
Jul 17 16:53:53 server1 slapd[1010]: daemon: conn=7448 fd=43 connection from IP=127.0.0.1:40629 (IP=:: 389) accepted.
Jul 17 16:53:53 server1 slapd[1010]: conn=7448 op=0 BIND dn="" method=128
Jul 17 16:53:53 server1 slapd[1010]: conn=7448 op=0 RESULT tag=97 err=0 text=
into <date>Jul 17 16:53:53</date> <host>server1</host> <slapd> <pid>1010</pid> <conn id="7448"> ...etc </conn>
Did anybody have done that before? </thorsten>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
