jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Allow customising how a job execution is deemed to be successful #14

Open jamesrwhite opened 10 years ago

jamesrwhite commented 10 years ago

Currently it is based solely on the exit status but some jobs might for print out text saying 'succeeded' or 'failed' etc

jamesrwhite commented 8 years ago

Regex based patterns would be a nice addition to this too.