cron mails

copymaster

Member
Nov 25, 2009
183
0
16
Hi !

Maybe someone can help me with a question:

I have a cluster with 4 physical machines and i have a cronjob on every cluster node, that backs up the /etc/qemu directory.

All is working well, but every day i get two mails from two nodes from cron daemon.
But the other two nodes don't send mails.

The content of the mail is the log of the backup process.

how can i configure that the other two nodes sent mails, too????

thank you

Alex
 
Simply make sure that your cronjob does not print anything to stdout (redirect stdout to /dev/null, or use 'vzdump --quiet ...')