Skip to content

Instantly share code, notes, and snippets.

@mayrund
Created July 10, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayrund/62f9ff078a07787bd408 to your computer and use it in GitHub Desktop.
Save mayrund/62f9ff078a07787bd408 to your computer and use it in GitHub Desktop.
Logwatch installation
apt-get install logwatch
vim /etc/cron.daily/00logwatch
add this line:
/usr/sbin/logwatch --output mail --mailto test@gmail.com --detail high
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment