Question

There has been some talk of Website performance monitoring tools and services on stackoverflow, however, they seem fairly expensive for what they actually do. Are there any good opensource libraries for automating checking/monitoring the availability of a website?

Was it helpful?

Solution

If you just want to know if your server is serving out content or not, take a look at Montastic. I use it, and am pleased. Plus its free!

It will ping your site periodically, and if it doesn't get a 200 status, it lets you know.

OTHER TIPS

Intelligent website monitoring by simulating a human user is done with Sahi + OMD. http://www.nagios-wiki.de/_media/workshop/2012/sahi2omd_simon_meggle_monitoring_workshop_2012.pdf

I have always used Zabbix especially for critical web sites. It uses MySql for the database and it has a PHP frontend. Of course it is open source and it is very flexible. It uses servers to stick data in the database and agents collect the data and send it to the servers. It is very scalable with this respect. I cannot recommend this software enough. I have all kinds of monitoring going on, not just web servers.

Check out mon.itor.us as well.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top