ubuntu安装logwacth

安装logwatch的前提条件:

Prerequisites

Ensure email is working. Instructions for doing so may be found in MailServer.

Turn on universe repository. Instructions for doing so may be found in Repositories.

1.首先安装MailServer

我安装的是Postfix

sudo apt-get install postfix

安装的时候会出现配置,默认选项就可以。

如果安装完成后,你想修改配置文件,可以使用如下命令:

sudo dpkg-reconfigure postfix

2.MailServer安装完成后,就是安装logwatch。方法很简单

sudo apt-get install logwatch

3.安装后一般可配置为使用邮件方式通知,需要修改配置文件:

sudo vi /usr/share/logwatch/default.conf/logwatch.conf

修改如下参数
Output = mail

Format = html

MailTo = somebody@qq.com

4.logwatch安装时会设置cron定时任务,配置文件在:

sudo vi /etc/cron.daily/00logwatch