jamesrwhite / minicron

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

Validate output #205

Closed Rido closed 8 years ago

Rido commented 8 years ago

It would be nice if there's a possibility to validate the job output. We have some scripts that output OK when it's done and ERROR when there were some things wrong.

If you could add a (optional) regex to each job to validate the output, that would be great.

jamesrwhite commented 8 years ago

I think this is essentially the same as https://github.com/jamesrwhite/minicron/issues/14, feel free to re-open if not.