Connecting directly to a monitored device through the WhatsUp Gold interface

First, select any device on the map view to display the corresponding device information card. Click WUG17.0N-IMG-DEVICE_ACTIONS_ICON, then select Tools from the device management actions menu. You can also access the menu of device management actions, and more specifically the three connection tools, by right-clicking the device's icon on the map. Use the following tools to connect to the selected device:

Before attempting to connect to a device using the Browse tool, access Device Properties for that device, select the Links tab, and create a Custom Link called Browse that points to the device's name or IP address in URL format. If no Custom Link is defined, the Browse tool will attempt to dynamically create one using the IP address. If the tool is unable to create the link automatically, a blank browser tab will appear.

While the Browse tool can be used without the need for any additional action on the part of the user, any client device that will be accessed by WhatsUp Gold must be configured prior to connecting through SSH, Telnet, or Remote Desktop. Use the following operating system-specific guidelines and examples to enable your client device to be accessed directly from the WhatsUp Gold map or list view.

Windows

To connect to a Windows device from WhatsUp Gold:

  1. Enable/Install the applicable program or feature on the device to which you are connecting.
    1. For SSH, install a third party SSH client. (Please note, during development of this feature, PuTTY was used to test SSH connections originating from WhatsUp Gold, though other SSH client options are available for use.)
    2. For Telnet, ensure Telnet Client is enabled in Programs and Features on that device.
    3. For Remote Desktop, ensure the option for allowing remote access is enabled in System Properties on that device.
  2. Create a batch script file specific to your desired connection method, then place it in an accessible location on the machine from which you access WhatsUp Gold. Please note, you must modify this script for your specific configuration, potentially to include adding flags to the command line such a /v for Remote Desktop.

    Example: telent_launcher.bat, ssh_launcher.bat, or rdp_launcher.bat

    @echo off
    set var=%1
    set extract=%var:~6,-1%
    start "telnet window" "C:\Path_To_Telnet\telnet.exe" %extract%

  3. Create a registry file specific to your desired connection method and modified for your individual needs. Place it in an accessible location on the device, then double-click the file to add it to your registry.

    Example: telnet.reg, ssh.reg, or rdp.reg

    REGEDIT4

    [HKEY_CLASSES_ROOT\telnet]

    @="URL:Telnet Protocol"

    "URL Protocol"=""

    [HKEY_CLASSES_ROOT\telnet\shell]

    [HKEY_CLASSES_ROOT\telnet\shell\open]

    [HKEY_CLASSES_ROOT\telnet\shell\open\command]

    @="\"C:\\Path_To_Batch_Files\\telnet_launcher.bat\" %1"

  4. Test the connectivity by right-clicking on the device from the map or list view, then selecting the desired tool from the device management actions menu.

Mac OSX

No additional configuration is necessary when connecting to a monitored device running Mac OSX. At the time of this WhatsUp Gold release, SSH and Telnet protocols are configured for use by default and Microsoft offers and application used for Remote Desktop connections for Mac.

See Also

Performing Device Management Actions

Using Tools in WhatsUp Gold