Home > Programming, Servers & Scripts > Hosting, Servers & Security

How to detect server downtime? (10)


02-17-2013 08:40 PM #1 vipinext (Member)
How to detect server downtime?

I am getting glimpse that my server is being down every now and then, am using beyondhosting VPS. Can anyone suggest me what can I do to be full proof and decide whether its really my server or something else?


02-17-2013 08:46 PM #2 darkforces (Member)

There are ping services that SMS or Email you when they get no response.

http://www.poweradmin.com/

Check that one out.


02-17-2013 08:51 PM #3 dr_ngo ()

https://www.pingdom.com/#freemodal


02-17-2013 08:54 PM #4 zeno (Administrator)

Other services for server monitoring include CopperEgg (which I like) and NewRelic. These can give you more detailed alerts, e.g. downtime, cpu usage > threshold, memory usage, response time > some value, etc so that you can get alerted when your server is performing poorly or approaching a bad situation.

The simplest, free solution I would recommend is using Pingdom to monitor your tracking domain and send you an SMS/android/email alert when you incur downtime.


02-17-2013 11:36 PM #5 butthole (Member)

+1 for Pingdom

Here's my downtime for this month from Beyondhosting.

02/15/2013 05:33:57PM to 02/15/2013 05:48:57PM 15m
02/07/2013 04:08:57PM to 02/07/2013 04:18:57PM 10m
02/07/2013 11:53:57PM to 02/08/2013 12:03:57AM 10m
02/07/2013 11:43:57PM to 02/07/2013 11:48:57PM 5m


02-18-2013 12:14 AM #6 Smaxor (Veteran Member)

We use pingdom as well.


02-18-2013 12:52 AM #7 polarbacon (Moderator)

+1 for new relic....its not cheap but its by far the best.....give you data on everything going on....including mysql...


02-18-2013 01:57 AM #8 pbakos92 (Member)

If you have a basic affiliate site with minimal PHP processing/DB interaction, then 100% go for Pingdom. They have a sweet iPhone app and can even text you when your server is down (you have to buy SMS credits first, of course).

New Relic is a whole different ball game, but holy shit is it awesome. It gives you a breakdown of you application's latency and performance based on the specific queries and PHP classes that run. I was able to get the load time to halve (from ~800ms to ~400ms) on two of my main public-facing pages of a company I run within literally 15 minutes of installing New Relic by weeding out problem queries and optimizing their indexes.

You also get a free t-shirt too... but it's a shirt you'd rarely want to wear in public, lol:


02-18-2013 05:44 AM #9 ScottKevill (Member)

Something different:
http://downforeveryoneorjustme.com

And in case that site seems to be having problems, there's:
http://isdownforeveryoneorjustmedown...eorjustme.com/


02-18-2013 09:54 AM #10 caurmen (Administrator)

Here's a tutorial I wrote a few weeks ago showing you step-by-step how to set up Pingdom monitoring.

NewRelic is indeed awesome, but a lot more complex. Unless what you're doing is pretty advanced, Pingdom's a good starting point.


Home > Programming, Servers & Scripts > Hosting, Servers & Security