Live data from Hacker News

Show HN: Simple monitoring service

ping.gg

41–50 of 65 posts

Re: Show HN: Simple monitoring service

#43
post #4

btw, the ping engine is a Go app that pings each hosts in a separate goroutine. I might open source it in the future once the code has more tests and less shame.

Who cares just open source it. People who are interested might even send you some pull requests

Re: Show HN: Simple monitoring service

#44
post #35
post #33

Earlier quoted context omitted.

Too expensive... Why all monitor services charge so much for so simple service?

It's not as simple as you'd think. Monitoring 1 website is easy, monitoring 1M websites and gathering results in realtime from stations around the globe to make a proper decision is a different thing. Significant bandwidth, and CPU are needed to achieve this, not to mention relying on third party services like twilio and sendgrid to notify customers and that cost money too.

[deleted]

Re: Show HN: Simple monitoring service

#45
post #21

This is awesome but what is the motivation behind this? Why do you care to set up a server and pay for the (minimal) bandwidth that is needed for this service? Is this purely an act of goodwill? Do you hope that this will gain traction so that you can start charging for the service? Are you secretly harvesting clusters of IP addresses of HN readers?

Good question! I think most of us with pet projects do it either to learn something or with the hopes of gaining a lot of traction and one day implement some paid feature. For me it was both. Maybe one day if there are a lot of users I'll implement paid accounts with more than 10 alerts and history dashboard. But most likely it will never gain enough traction for that, in which case it's no problem, since I have 6 ti…

+1 to this. I've set up a few services of a similar nature, and a couple were worth enough to me to go to a further length and monetize, but only insofar as it paid my server bills and added a little on top for taxes and such.

It feels great to hack on something like this, and not worry about billing integration and supporting paid customers at first.

Re: Show HN: Simple monitoring service

#47
post #33
post #10

Earlier quoted context omitted.

I created https://webmon.com . I'd love to hear your feedback on it since you were a Pingdom customer.

Too expensive... Why all monitor services charge so much for so simple service?

What is your ideal price point for this service?

Re: Show HN: Simple monitoring service

#48
post #12

Earlier quoted context omitted.

haha, there is if I ever want to get another programming job! It's bad, trust me. The ping function is just a retouched version of Go's icmp test: https://github.com/golang/go/blob/master/src/net/ipraw_test.... and that's the _good_ part.

I wouldn't worry too much about it. Everybody writes horrible duct-tape code at some point, and showing how you improved/refactored the code is a much nicer thing than showing how you supposedly magically got it right the first time :)

I would also like to see it open. I'd love to host something like this for my own networks which are not internet reachable.
Post reply on HN