configure kalturaCE to send notification mails

2 replies [Last post]
Joined: 07/28/2009
Points: 18

Hi,

Is there the possibility to set up kalturaCE in order to send mails when one of the server processes is down?

and when new content is added to the server ?

Thanks

Joined: 01/05/2009
Points: 1697

Hi,

If your using Linux, than you can set a cron job for this.. use this command to set it up for each of the batches -
ps -ef | grep [b]atchBulkUpload || ( echo " problem with batch " | mail -s "batch [b]atchDownloadVideoServer is down" <a href="mailto:myemail@email.com">myemail@email.com</a> )

Joined: 07/28/2009
Points: 18

Thanks kalturian, this solution works perfect!