|
|
|
|
|
by pigpen34
2951 days ago
|
|
I built CronAlarm (https://www.cronalarm.com) to solve a problem I was having at my primary job. I had several dozen cron jobs / scheduled tasks that ran at various times of the day, multiple times of the day, and across a range of servers. It became a little unwieldy to adequately monitor and I too often didn't know anything was wrong until somebody complained. So I built an internal tool to centralize the results of the jobs and to send me alerts when a problem was detected. There are other cron monitoring tools out there, but at the time I didn't realize that. I didn't even look for one before building my own, actually. After stumbling across another option online one day, I thought to myself that if somebody was willing to pay for such a service, why not put my own out there? I thought mine was/is different enough from the others that it may be a compelling alternative to existing solutions. Thus, CronAlarm was born. |
|