SiteScope has a "URL Sequence" function we would like to duplicate in SolarWinds. The provided HTTP, HTTPS and HTTP Form Login Monitors do not have an option to have ordered steps. For example, we need to go to a site and login, THEN conduct a search producing results AND THEN logout successfully. In SiteScope those two extra steps were just coded into URLs like this:
https://website.com/customerSearch.jsp?action=search&lastName=xxxxxxx
https://website.com/?logout=logout
I could make separate components for each but I don't believe that would guarantee they would occur in the correct order. It must follow the order: goto site, log in, search, log out.
Does anyone know a feasible way of accomplishing this? Can we manipulate components?