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?
Asked
Active
Viewed 485 times
4 Answers
1
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

user1190666
- 37
- 3
0
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.

Dale Ragan
- 18,202
- 3
- 54
- 70
0
Check out mon.itor.us as well.

Cory House
- 14,235
- 13
- 70
- 87
-
It seems to be a service and the OP wanted a library. – bortzmeyer Jun 16 '09 at 11:31