Hacker News new | ask | show | jobs
by Animus7 5562 days ago
So this works by pinging the server? I ask because a lot of downtime is the malfunction of a specific program or component that still keeps ping and http intact. How do you detect this?

And if it's a ping thing, why would I pay 15 bucks per month and trust a third party when I can write my own script to dump failed ping results to my email?

I fail to see the distinguishing feature that I need monitorfor.me for.

1 comments

Thanks for the feedback. Obviously most of us in the highly technical crowd could very easily throw a script like this together, but I'm targeting a somewhat less technical crowd (still guys that know they need it, but don't program).

The other benefit is that I offer (rather, will offer -- don't have it replicated yet) geographically distributed, redundant checking for up to 10 sites. This is a bit harder (and more expensive) to accomplish for the general developer.

Regarding the method of detection, I actually use a standard "fopen," to the hostname and port you specify, rather than a straight ping. In this way you could test specifically for your webserver (port 80) or SMTP server (25) rather than a generic ping. I even use it to test custom socket server platforms I have running.

Does that answer your questions? Change your mind about the value of the service?

Thanks!

I'm sorry if I come across as crude, but in startups there's no room for sugar-coating.

Personally I think that anyone who feels they need this kind of service (e.g. a less-techy manager at a company) almost certainly has some go-to tech guy that could whip it up over lunch. If the company doesn't have such a guy, they're probably doomed anyway.

I just don't see much of a market here and I would be surprised if this thing, in its current iteration, would ever buy you ramen. You might be onto something, but I think you should aim higher.