Mobile app version of vmapp.org
Login or Join
RJPawlick198

: Is a server responding to port 443 an indicator that things are fine? I've tried setting up a uptime monitor on my CDN, to keep track of response times and to get notified if something were

@RJPawlick198

Posted in: #Monitoring #Uptime

I've tried setting up a uptime monitor on my CDN, to keep track of response times and to get notified if something were to happen to it. Problem is; my checks are filling the report logs with junk. There is nothing strange about that, the check is making a HEAD request to some URL and it gets logged.

But; this means that the cache hit value gets either very high or very low. And this value is a bit interesting on a CDN so would like to avoid that. A port monitor does not leave any trace in the logs.

So then comes my question:

Is a monitor for port 443 a (at least somewhat) good indicator that the web server is fine? Would it catch a 500 error?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @RJPawlick198

1 Comments

Sorted by latest first Latest Oldest Best

 

@Miguel251

I put up a port check on 443, and a http test. And after 2.5 months of testing I can conclude that; no, it is not a good indicator.

During the 2.5 months of testing the port test has not failed once, while the http test has six incidents:

4 x 503
1 x 500
1 x Connection timeout

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme