iEntry 10th Anniversary LinuxHaxor WH MH

Log Analyser with Nice Output with Logwatch


Logwatch is a modular log analyser that runs every night and mails you the results. It can also be run from command line.

The output is by service and you can limit the output to one particular service. The subscripts which are responsible for the output, mostly convert the raw log lines in structured format. Logwatch generally ignores the time component in the output, that means, you will know that the reported event was logged in the requested range of time, but you will have to go to the raw log files to get the exact details.

To check our webserver logs we fired up logwatch with this command:
logwatch –servicehttp –range all –detail high –print

2008-01-02-142015_1280x800_scrot.png 2008-01-02-142042_1280x800_scrot.png

Since we frequently run vulnerability scanners on our test webserver all the time the file is preety big.


Comments are closed.