vote up 3 vote down star

Hi, I am looking for a piece of software that I can schedule to check that our web apps are up and running. I've used HP open view years ago, but remember it being quite expensive, I'm looking for something open source or cheap.

So it would login in and do some simple actions maybe submit form and check for some text on screen that means the web app is running ok and then email me if the website is down.

I could create a test using the Selenium IDE, and automate it with an Ant script but looking for a more streamlined solution that a non programming could use.

Any suggestions?

Thanks, Scotty

flag

75% accept rate
Most of the monitoring suggested in on a network/http response basis, which is all good, But what I was after was Web Application Monitoring. Logging in effectively checks the database and connection to database is also up. – scottyab Oct 28 '08 at 13:53
Decided on site24x7 does login and has a rest api to call to get stats - site24x7.com/index.html – scottyab Aug 21 at 9:58

6 Answers

vote up 0 vote down

I don't believe they can do the actual login, but they can check for content etc, I have used Pingdom.com before with good success.

link|flag
vote up 0 vote down

It sounds like Nagios is what you're looking for:

http://www.nagios.org/

link|flag
vote up 1 vote down

For ASP.Net apps, .Net 2.0 introduced enhanced Health Monitoring to do what you want, as well as handle a wide variety of app events. It can log to the database, event log, or other logs, and can perform noticiation such as sending email.

I realize that you are probably not talking about an ASP.Net app. I'm just adding this reply for others who read this question who may be using (or considering) that platform.

link|flag
vote up 2 vote down

These answers might be useful: How do you monitor the availability of multiple websites

link|flag
vote up 0 vote down

Would something like mon.itor.us do?

link|flag
Mon.itor.us looks good for checking the web site is up. I need a login check to effectively check the database and connection to database is also up. – scottyab Oct 28 '08 at 13:50
vote up 0 vote down

You can use cron to perform the tests. Cron will run the tests after a specified amount of time such as once per hour.

Cron is available in Linux but there are Windows alternatives which you can download. Or you can use Windows' task scheduler.

link|flag

Your Answer

Get an OpenID
or

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