Re: Log Files
> I want to centralize all the logs the server generates onto the workstation,
> and use a program that will go through these logs and report connection
> attempts and other activity of that sort.
Syslog does this for you, if you specify a host with the @ :
daemon.* @loghost
Will send all of the daemon logs to the "loghost" machine. "man
syslog.conf" for more.
For scanners, perl and grep seem to work best.
Will
--------------------------------------------------------------------------
| harpo@udel.edu lowe@cis.udel.edu lowe@debian.org lowe@asel.udel.edu |
| http://www.cis.udel.edu/~lowe/ |
| PGP Public Key: http://www.cis.udel.edu/~lowe/index.html#pgpkey |
--------------------------------------------------------------------------
Reply to:
- References:
- Log Files
- From: "Ryan M. Golbeck" <gowlin@home.com>