Graham Chiu wrote Is it possible to configure Zserver to produce logs with domains rather than just IP addresses?
Most systems nowadays log IP addresses rather than names - to do names, you have to do a reverse lookup of the address. Given the fairly woeful state of the in-addr.arpa. space, this can take some time, and this will have a _major_ performance impact on your system. The best way to do what you want is probably to post-process the logs using something like logresolve (http://www.aceldama.com/~tomr/progs/logresolve/) or similar. There's a bunch listed at http://ntua.linuxberg.com/conhtml/adm_log.html and also at http://www.freshmeat.net/appindex/console/log%20analyzers.html Perhaps someone looking for a small project could put together a how-to listing log analysers that work on the Z2.log format... Anthony
In article <200001160800.TAA09407@mbuna.arbhome.com.au>, Anthony Baxter <anthony@interlink.com.au> writes
Perhaps someone looking for a small project could put together a how-to listing log analysers that work on the Z2.log format...
Thanks Anthony. I downloaded urchin (ad-ware) yesterday at www.urchin.com, and it seems to work okay. ------- Regards, Graham Chiu gchiu<at>compkarori.co.nz http://www.compkarori.com/dynamo - The Homebuilt Dynamo http://www.compkarori.com/dbase - The dBase bulletin
If you're using Linux try the opensource webalizer http://www.webalizer.org There is a patch for reverse dns lookup. John
In article <008c01bf6054$2d2fa600$02000100@elite>, John Glossner <glossner@rcn.com> writes
If you're using Linux try the opensource webalizer http://www.webalizer.org
There is a patch for reverse dns lookup.
John
Alas, I am using Win32. ------- Regards, Graham Chiu gchiu<at>compkarori.co.nz http://www.compkarori.com/dynamo - The Homebuilt Dynamo http://www.compkarori.com/dbase - The dBase bulletin
participants (3)
-
Anthony Baxter -
Graham Chiu -
John Glossner