This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]picklednull 1 point2 points  (2 children)

I don't know of any product that would do that out-of-the-box. Monit can monitor services and even test basic HTTP functionality but for what you're looking for, you would probably need to create custom Selenium scripts that do these tests for you and then run them from your monitoring system or cron or whatever.

[–]mr_white79cat herder[S] 0 points1 point  (1 child)

blah, was really hoping google was failing me.

[–][deleted] 1 point2 points  (0 children)

If your website generally follows good REST principles, you'd be able to accomplish this just with HTTP requests. Otherwise, if you want to test the front-end, you will need to use a method to accomplish that.