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.
Show HN: Simple monitoring service
11–20 of 65 posts
Re: Show HN: Simple monitoring service
#12btw, 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.
There is no minimum quality requirement for an open-source release :)
and that's the _good_ part.
Re: Show HN: Simple monitoring service
#13Re: Show HN: Simple monitoring service
#14Re: Show HN: Simple monitoring service
#15Nice job for releasing this. However, seems hard to compete with pingdom, who have exponentially more features and integrations and are relatively inexpensive. Kuddos on shipping!
Re: Show HN: Simple monitoring service
#16Very nice. I wish more services would be as simple as thigs ^_^
Re: Show HN: Simple monitoring service
#17Earlier quoted context omitted.
There is no minimum quality requirement for an open-source release :)
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.
Re: Show HN: Simple monitoring service
#18Nice job for releasing this. However, seems hard to compete with pingdom, who have exponentially more features and integrations and are relatively inexpensive. Kuddos on shipping!