Changes between Version 3 and Version 4 of LogWatch
- Timestamp:
- 04/29/15 15:08:31 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LogWatch
v3 v4 12 12 - Send the email to an alias using [[UhlLinuxServer HowTo Set Alias for Root Emails]] 13 13 14 == Running 15 16 Logwatch is run on the server by having the following script in {{{/etc/cron.daily}}} 17 18 {{{#!sh 19 #!/bin/bash 20 21 #Check if removed-but-not-purged 22 test -x /usr/share/logwatch/scripts/logwatch.pl || exit 0 23 24 #execute 25 /usr/sbin/logwatch --output mail}}} 26 14 27 [[BackLinks]]