Customize Tools menu
You can add new tools to the Tools menu by editing the Tools.Menu
file. This file and other customizable files are located in the IP-Network-Browser
directory in the SolarWinds Toolset installation directory.
The Tools.Menu
file is a text file and can be edited in Notepad. The default Tools.Menu
file is listed below.
## Tools Menu for IP Network Browser#### Macros that can be used with any command are:## ${IP} IP address of the node# ${Target} Node Name# ${SysObjectID} Unique System OID for the node# ${Community} SNMP community string for the node##&Telnet ... : telnet.exe ${IP}Trace&Route ... : traceroute.exe ${IP}
To change the Telnet command:
Replace the current tool with the following entry: &Telnet ... : C:\Program Files\MyFavoriteTools\mytelnet.exe ${IP}
To add a command called SSH:
Add the following entry on an empty line: &ssh ... : ssh.exe ${IP} ${Community}
To add menu-dividing lines:
Enter a single hyphen (-
) on a line alone.