Logwatch is a customizable log analysis system. Logwatch parses through your system's logs and creates a report analyzing areas that you specify. Logwatch is easy to use and will work right out of the package on most systems.
Categories
LoggingLicense
MIT LicenseFollow Logwatch
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
An essential tool for getting a comprehensive overview of a system's key performance indicators delivered right into your mailbox.
-
Excellent software and hugely useful for managing the complexities of multiple log files. Well maintained for many years, and super flexible.
-
Saves tons of time for monitoring many servers. Love it!
-
Great thing.
-
This is a fix to the current install_logwatch.sh file to make it compile and work on a Macintosh 10.6.X system or higher: If you run the script on the Macintosh you will get the error like this: ### Installing install_logwatch.sh: line 179: munge_gzcat: command not found makewhatis: illegal option -- s Next there are two Lines you have to edit. If you do not you will get errors during the install. The first one is : vi install_logwatch.sh on line 179 change this line from this: munge_gzcat = 1 to : munge_gzcat=1 next you need to goto line 281 of the script and change like from this: makewhatis -s "5 8" $MANDIR to: makewhatis -o "5 8" $MANDIR Now you are ready to install without any errors at all. Hope this helps others and hope that the other versions that are produced has these fixes in them.