Techniques to Monitor cron tasks?
Posted
by
Tristan Juricek
on Server Fault
See other posts from Server Fault
or by Tristan Juricek
Published on 2009-06-29T09:31:38Z
Indexed on
2011/03/20
16:12 UTC
Read the original article
Hit count: 256
monitoring
|cron
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 central point for processing/querying (along with other possible log files)
I'm wondering if people have had success with doing things separately for cron versus other things, or, if the tasks were integrated into a different approach completely. I'm leaning towards #2, but I'd like to know what more experienced folk might try out.
© Server Fault or respective owner