Entries from 2019-02-19 to 1 day

Monitoring batch jobs that use cron etc. with mkr wrap

Using mkr wrap, you can monitor the success or failure of a program that is executed in fixed intervals by cron etc. % mkr wrap -- /path/to/your-batch ... By executing a command like the one described above, if the command fails (non-zero …