Hello,
According to the following page
www.solarwinds.net/.../wwhelp.htm
I can send a GET request to a page with a basic alert. I am trying to set up a trigger based on a syslog message and depending on where that syslog came from (which server) I need to send a GET request to it. Can I do this with what that page is describing? I don't see the option to GET/POST URL under the triggers.
If not, I can possibly do it with a simple batch script, but I need to send the request from where the syslog came from. Can I use a variable?
Something like this "iexplore http://${IP_Address/path.asp}" ?
thanks