Linux :: Webalizer - email a PDF version of the website stats automatically

Associate
Joined
19 Jun 2003
Posts
1,680
Location
West Yorks, UK
Hi all,
I run a Fedora Core 3 webserver that has Webalizer installed for gathering statistics on all the websites that are on there. I'd like to setup a cron to email me a PDF'd version of the stat report for each site every month.

Looking through the documentation for Webalizer, I can't see anything that could do the trick, so I'm going to have to do it in a shell script. Has anyone done something similar and could shed some light on it for me?

Cheers,
Matt
 
Hmm never done anything like this but you could dump the stats to a text file, enscript this to convert the raw text into postscript and then ps2pdf that. Does that make any sense?
 
Back
Top Bottom