views:

105

answers:

2

What do you use to monitor the uptime / performance of your websites, specifically those based on a PHP/MySQL platform like Wordpress?

I'm looking for something that alerts me if the site is down, or performing too slowly, and has some useful (not volumeous!) charts showing me any potential problems, and what to do about them.

Thanks!

+1  A: 

Try looking at Zabbix

http://www.zabbix.com/

  • WEB performance monitoring
  • WEB availability monitoring
  • Support of POST and GET methods
Paul Whelan
+3  A: 

We along with the usual Nagios, we use Pingdom. It comes with lots of default checks.

For example it also reports how fast your website is or since they employ tests from different locations you get a nice graph how accessible your website was. To put some sense into it, add a reference check (e.g. google) and see how you perform.

Aside from HTTP etc. you can also check other services (mail, database, etc.). If they are not reachable from the outside, you can always create a script that outputs a standard "OK" and have Pingdom check on that, and report back if the output changed.

I should add that Pingdom is not a free service. But we've been using them for 10 months now and they haven't troubled us. :)

Till
But pingdom has a very fast upsell response, which kind of turned me off.
crosenblum
What does that mean?
Till