vote up 2 vote down star
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!

flag

2 Answers

vote up 3 vote down

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. :)

link|flag
But pingdom has a very fast upsell response, which kind of turned me off. – crosenblum Oct 19 at 18:51
What does that mean? – Till Oct 20 at 20:23
vote up 1 vote down

Try looking at Zabbix

http://www.zabbix.com/

  • WEB performance monitoring
  • WEB availability monitoring
  • Support of POST and GET methods
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.