Techniques to Monitor cron tasks?
- by Tristan Juricek
Are there good techniques for monitoring cron tasks over a cluster?
We're starting to use cron to launch tasks at daily intervals. A few ideas for checking out information:
Add special application handling that logs information into some "network aware" place, like a DB
Build up a logfile system that transfers the cron log periodically to a…