Logwatch
Logwatch is a customizable log analysis system. Logwatch parses through your system's logs for a given period of time and creates a report analyzing areas that you specify, in as much detail as you require.
1. Install Logwatch
yum install logwatch
2. Edit configuration file
vim /usr/share/logwatch/default.conf/logwatch.conf
Set the following
mailer = "/usr/sbin/sendmail -t"
MailTo = root
3. Run LogWatch test
/usr/sbin/logwatch
Share this blog post on social media:
TweetAll advice, installation/configuration how to guides, troubleshooting and other information on this website are provided as-is with no warranty or guarantee. Whilst the information provided is correct to the best of my knowledge, I am not reponsible for any issues that may arise using this information, and you do so at your own risk. As always before performing anything; check, double check, test and always ensure you have a backup.