Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
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
Thanks kalturian, this solution works perfect!
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> )