Skip to navigation
How to email logfiles from my linux box?
07.12.13
1. create a cronjob what calles a shell scritp: # 0 3 * * * /etc/cron.hourly/mailer.sh 2. create and copy the mailer script mailer.sh : #!/bin/sh touch mail -s "errorlog for app" dude@foo.com < /var/log/error.log
Reply
Anonymous
How to email logfiles from my linux box?
1. create a cronjob what calles a shell scritp: # 0 3 * * * /etc/cron.hourly/mailer.sh 2. create and copy the mailer script mailer.sh : #!/bin/sh touch mail -s "errorlog for app" dude@foo.com < /var/log/error.log
07.12.13
Reply
Anonymous
Information Epoch 1732373452
The sum of the parts if greater than the whole.
Home
Notebook
Contact us