Web Hosting Talk







View Full Version : Cron to email the VAR/LOGs to Me??


ChrisEatsAlot
06-11-2006, 01:57 PM
Being a novice, is there an easy way to email certain VAR/LOGs to myself?

I know things like pipes(?) > direct output to files, but, can it direct to email somehow?

Thanks in advance... :gthumb:

Burhan
06-11-2006, 04:04 PM
cat foo.file | mail someone@somewhere.com

Or, use something like logwatch.

ChrisEatsAlot
06-11-2006, 04:47 PM
Thanks - I'll try it... :gthumb: