You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Shameera Rathnayaka <sh...@apache.org> on 2015/04/22 22:59:16 UTC

Activate Email Job Monitoring

Hi Devs,

I have added email job monitoring feature to airavata and all changes have
been committed to the master branch. In order to activate email job
monitoring you need to go through following steps. Please note that, at the
moment only PBS and SLURM email parsers are there and LSF parser will be
there soon.


1. When you register a compute resource set the monitoring mode as
JOB_EMAIL_NOTIFICATION_MONITOR , Setting this property you says that every
jobs submit to this computer resource delegate to email job monitor instead
of previous poll monitor.

2. Set email job monitoring properties in airavata-server.properties file
with valid configurations.
#These properties will used to enable email base monitoring

email.based.monitor.host=imap.gmail.com
email.based.monitor.address=test@scigap.com
email.based.monitor.password=changeme
email.based.monitor.folder.name=INBOX
# either imaps or pop3
email.based.monitor.store.protocol=imaps
#These property will be used to query the email server periodically.
value in milliseconds(ms).
email.based.monitoring.period=10000


That's all now you have enable email job monitoring. Start the server and
Run few jobs with Email Job monitoring. If you hit any issue just ask here
or create a ticket.


Thanks,
Shameera.