Hello,
I was hopeing that someone at Solarwinds would pickup on this and advise if Orion can do it. From windows batchfile programming, it is valid as my batch file works great when I run it from the windows command line ~ placing the nodename in the command line and launching the batchfile.
Again, I have a working batch file which uses snmpv3 to trigger an automated tftp download and I want to reduce the complexity of the batch file and the amount of alerts needed to cover my supported infrastructure. If this works, I can inject the nodename into the batch file at various positions which in turn - uploads the config back to my tftp server.
I want to run it with an argument ${NodeName} which will execute it on the device after I receive the trap, moments later, a backup of the device config is on my server.
Execute Program:
\Whatever\runme.bat ${NodeName}
Is it technically possible to run this request from an received trap alert? Orion allows me to insert it as it appears from my screen shot but it doesn't run the batch file. Other aspects of the alert trigger so I know the condition is correct.
Please help Solarwinds.