I've looked all over the forums and couldn't find an answer on this issue. We are monitoring a custom status page that checks certain services on a server. I built a transaction that clicks on nine different links on that page. After each click of a link on the status page I navigate back to the status page URL. If the service is up, the link does not go anywhere. If the service is down, the link takes you to another page stating the service is down.
This works OK unless I have multiple services down. The transaction stops when it meets a link that goes to another page. the rest of the steps show 'Unknown'. I thought entering the status' URL after each click would continue the transaction, alas, it does not. Is getting the transaction to monitor all links and report the ones that redirect to another page even possible? If not, is there a way to do this?