I need to monitor a web site which has three inputs on its login form; User, Password and Organization. Would my best approach be to modify this template to allow for the third input or... is that even possible?
Thanks,
Jason
The HTTP Form Login monitor doesn't provide the ability to set more than the user name password fields. Your best bet is probably to modify the Http Login sample script: C:\Program Files\Solarwinds\Orion\APM\SampleScriptMonitors\WindowsScripts\HttpLogin.vbs
This script automates IE to do basically the same thing as the built in monitor. It looks for the username and password fields and fills them out. You could take that script and add support for the "Organization" field.
This works, thanks for your reply.
Hi Josh,
Does the script also works with sending WebPage via alert manager?
Hi Josh,Does the script also works with sending WebPage via alert manager?
I'm not following what you are asking?
I also have a web site which has three inputs on its login form. Can someone provide me instructions on how to modify the login script and how to use it in SAM?
Thanks.
My recommendation would be to use our Synthetic End User Monitor (SeUM) product which has been purpose built precisely for these types of use cases and requires absolutely zero scripting.
Thanks for the recommendation, but it isn't important enough to purchase a new product if it can be done with the products we currently have.