Chris Kilian | 13 Feb 2007 17:24
Picon

Creating Webpages

Guys

I have got epylog installed and it runs every night and emails me the
results , however it does not seem to add to to the /var/www/epylog
directory on the server. Can anyone help and if you need more info please
let me know.

copy of the config file is shown below

##
# Main Epylog configuration file. See epylog.conf(5) for more info.
#
[main]
cfgdir = /etc/epylog
tmpdir = /var/tmp
vardir = /var/lib/epylog

[report]
title =  <at>  <at> HOSTNAME <at>  <at>  system events:  <at>  <at> LOCALTIME <at>  <at> 
template = /etc/epylog/report_template.html
include_unparsed = yes
publishers = mail

[mail]
method = mail
smtpserv = /usr/sbin/sendmail -t
mailto = chris <at> ckconsultants.co.uk
format = html
lynx = /usr/bin/lynx
include_rawlogs = no
(Continue reading)

seth vidal | 13 Feb 2007 17:28

Re: Creating Webpages

On Tue, 2007-02-13 at 16:24 +0000, Chris Kilian wrote:
> Guys
> 
> I have got epylog installed and it runs every night and emails me the
> results , however it does not seem to add to to the /var/www/epylog
> directory on the server. Can anyone help and if you need more info please
> let me know.
> 
> copy of the config file is shown below
> 
> 
> ##
> # Main Epylog configuration file. See epylog.conf(5) for more info.
> #
> [main]
> cfgdir = /etc/epylog
> tmpdir = /var/tmp
> vardir = /var/lib/epylog
> 
> [report]
> title =  <at>  <at> HOSTNAME <at>  <at>  system events:  <at>  <at> LOCALTIME <at>  <at> 
> template = /etc/epylog/report_template.html
> include_unparsed = yes
> publishers = mail
> 

the above line needs to be:
publishers = mail, file

that'll do it.
(Continue reading)


Gmane