rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

System for emailing job failures #48

Open rhettg opened 13 years ago

rhettg commented 13 years ago

Let's create a system for sending out emails based on the status of running jobs. This will be a combination of infrastructure for sending emails based on some events, and the configuration options for setting them up.

User should be able to configure, on a per-job basis:

Email should contain (when applicable):

These could be done as a separate feature, but keep them in mind.

dodizzle commented 13 years ago

Would be great if there could be different alert levels based on exit code just like in nagios. exit 0 = OK exit 1 = warming exit >1 = failure