Created
July 10, 2015 15:01
-
-
Save mayrund/62f9ff078a07787bd408 to your computer and use it in GitHub Desktop.
Logwatch installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install logwatch | |
vim /etc/cron.daily/00logwatch | |
add this line: | |
/usr/sbin/logwatch --output mail --mailto [email protected] --detail high |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment