Changes between Version 3 and Version 4 of LogWatch


Ignore:
Timestamp:
04/29/15 15:08:31 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LogWatch

    v3 v4  
    1212- Send the email to an alias using [[UhlLinuxServer HowTo Set Alias for Root Emails]]
    1313
     14== Running
     15
     16Logwatch 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
     22test -x /usr/share/logwatch/scripts/logwatch.pl || exit 0
     23
     24#execute
     25/usr/sbin/logwatch --output mail}}}
     26
    1427[[BackLinks]]