Wordpress Site Monitoring software / service

WordPress site monitoring software/service

Users are seeking software to monitor the uptime and performance of PHP/MySQL-based websites like WordPress, looking for solutions that alert them to downtime or slow performance while providing useful charts for problem analysis. Recommended tools include Testomato for WordPress monitoring, Pingdom for comprehensive checks and speed reporting (though it's a paid service with aggressive upselling), Zabbix for web performance and availability monitoring supporting POST and GET methods, and Insping for performance monitoring with email and SMS alerts.

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!

Try testomato, here is the tutorial, on how to monitor WordPress.

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 and see how you perform.

Software and services for monitoring WordPress sites

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.

But pingdom has a very fast upsell response, which kind of turned me off.

Try looking at Zabbix.

WEB performance monitoring, WEB availability monitoring, support of POST and GET methods.

Try out Insping also.

Performance monitoring, availability monitoring, e-mail and SMS alerts.

The article highlights the importance of monitoring tools for PHP/MySQL-based websites like WordPress, emphasizing the need for solutions that alert users to downtime and slow performance to maintain site availability and efficiency. It presents a variety of recommended tools, including Testomato, Pingdom, Zabbix, and Insping, each offering unique features and capabilities. Many of these tools, such as Pingdom, are paid services that provide reliability and comprehensive checks. Additionally, the availability of useful graphs and performance reports aids users in identifying and addressing potential issues, while some tools like Zabbix support various checking methods, including POST and GET, enhancing their functionality.

WordPress on Windows if you already have IIS/SQL Server installed

WordPress on Windows and IIS/SQL Server

What's the best way to develop against WordPress on Windows when you already have IIS/SQL Server installed? If you want to develop against WordPress (i.e., have a local instance running on your machine so you can develop themes, get blogs and sites laid out, etc.) and you're running Windows on your development machine with IIS and SQL Server already installed, what's the best way to do it? I found a method online which sets up a little "mini" server on Windows running instances of Apache and MySQL but they didn't advise using it on a machine with IIS already installed. Obviously one could install Apache and MySQL and do it that way but given what Windows affords you (i.e., methods of running PHP in IIS - I think Windows Server 2008 is even optimized for this), is that the best way? Are there ways to run WordPress with SQL Server as the backend? (I wouldn't think so but I thought I'd throw that out there). And are there methods differing on the…

Read more…

Use SCM with a PHP application like Wordpress

Use SCM with PHP application like Wordpress

How do I use SCM with a PHP app such as Wordpress? I run my blog using Wordpress and all too recently became a big believer in SCM. I really want to put my site into subversion (that's what I'm using right now, maybe git will come later) but I can't think of the correct way to do it yet. Basically, my repository is set up currently with an 'implementation' directory and a 'resources' directory, with implementation holding what will eventually be published to the live site. I want to be able to preview my site locally without having to upload to the server for obvious reasons. However, to do this I found that…

Read more…

Getting IIS6 to play nice with WordPress Pretty Permalinks

Getting IIS6 to play nice with WordPress nice links

I've got a WordPress powered blog that I'm trying to get setup on our IIS6 server and everything works besides the permalink structure which I'm having a big headache with. After googling around/wordpress codex I learned that it's because IIS6 doesn't have the equivalent of Apache's mod_rewrite which is required for this feature to work. So that's where I'm at now. I can't seem to find a functional solution to get the pretty permalinks to…

Read more…