This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to add custom executables to toolset web menu

This is an example I created where I added a custom version of the portscanner tool (with command-line arguments), so when I right-click on an Orion node I have the option to start scanning the Orion node automatically for open ports.

So firstly, for the .exe in question I ran it from the command line to check available options:

PS C:\Program Files (x86)\SolarWinds\Toolset> .\PortScanner.exe /?

options.jpg

So add in a custom menu to the toolset integration

settings.jpg

Add in the .exe you want (in this case one of the tools) and whatever command line arguments you need

cmd line arguments.jpg

So when you right click on a node in Orion, the context menu appears

context menu.jpg

And when you run the tool, it’s already pointed at the node

output.jpg