Question:
What possibilities are available for notification on job completion and in case of problems?
Answer:
Notification can be done by e-mail or using a monitoring service such as Nagios or op5.
E-Mail notification
The JobScheduler can send configurable (to, cc, bcc) e-mails for the following events:
- mail_on_error
- mail_on_warning
- mail_on_success
- mail_on_process (reserved for API based jobs)
All mails have an attached log file of the job or the order that was processed. The log files contain output to stdout and stderr, SQL errors and dbms_output from Oracle and any messages (info, warning, error, debug) that were created by API methods.
For detailed information about the notification possibilities see:
- the Notifications feature page.
Notification by monitoring service
For an overview of JobScheduler's Monitoring Interface see: