Live data from Hacker News

Show HN: My weekend project – simple cron monitoring

cronitor.io

11–20 of 31 posts

Re: Show HN: My weekend project – simple cron monitoring

#15

Hey HN! My friend augustflanagan and I both had a need for some really simple cron monitoring. A way to monitor our critical jobs without configuring Nagios first. We wanted a simple SAAS monitoring solution that we could trust to alert us right away when a job isn't running on schedule. We mentioned this to a couple of friends who said they needed the same simple monitoring. Having people tell you they need somethin…

Cool, what did you guys code this in? I'm working on a weekend project for an EventBrite competitor focused on a really niche group of users.

Re: Show HN: My weekend project – simple cron monitoring

#16
post #6

Awesome idea but the price outweighs the pain factor, for me.

Well.. What would you pay? We're looking for more conversations with potential users to help us find the right price points.

The prices seem really reasonable and a steal if I was still in an enterprise environment. I'm not maintaining any prod servers right now, but $4.99 would be a sweet spot if I had a few hobby servers on the Internet that I was doing devops for.

Re: Show HN: My weekend project – simple cron monitoring

#17
post #15

Hey HN! My friend augustflanagan and I both had a need for some really simple cron monitoring. A way to monitor our critical jobs without configuring Nagios first. We wanted a simple SAAS monitoring solution that we could trust to alert us right away when a job isn't running on schedule. We mentioned this to a couple of friends who said they needed the same simple monitoring. Having people tell you they need somethin…

Cool, what did you guys code this in? I'm working on a weekend project for an EventBrite competitor focused on a really niche group of users.

Thanks! It's a django app that uses Mandrill for sending email, and Twilio for sending sms alerts.

Re: Show HN: My weekend project – simple cron monitoring

#18
post #16

Earlier quoted context omitted.

Well.. What would you pay? We're looking for more conversations with potential users to help us find the right price points.

The prices seem really reasonable and a steal if I was still in an enterprise environment. I'm not maintaining any prod servers right now, but $4.99 would be a sweet spot if I had a few hobby servers on the Internet that I was doing devops for.

Wow, that's extremely low pricing you're looking for. I think the current pricing isn't only fair, but the top end is somewhat low.

Re: Show HN: My weekend project – simple cron monitoring

#20
One way I've solved this in the past which is a bit hacky but novel and fun was to set the MAILTO to some e-mail address like cron-error@ and use the local postfix process to map that e-mail to a command via transports. This allows us to inject cron errors into our exception tracking system and alert minimizing the amount of cron storming to our inboxes.
Post reply on HN