|
|
|
|
|
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. |
|
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!