Adding and editing an SSH Active Monitor

The SSH Monitor connects to a remote device using SSH to execute commands or scripts. The success or failure of the monitor is dependant upon values returned by the commands or scripts that can be interpreted by WhatsUp Gold as Up or Down.

To add or edit a SSH active monitor:

  1. Click the Admin tab, then click Monitor Library. The Monitor Library dialog appears.
  2. Click the Active tab. The Active Monitor list appears.
  3. Click New and select SSH Monitor from the list to create a new SSH monitor. Click OK.
    - or -
    Select the SSH monitor you want to change from the list of current monitors, and then click Edit.
  4. Type or select the appropriate information in the following fields.
    • Name. Type a name for the active monitor. This name displays in the Active Monitor Library.
    • Description. Type a short description for the monitor. This description displays next to the monitor in the Active Monitor Library.
    • Command to run. Type the command you want to run and execute on the remote device. This command can be anything that the device can interpret and run; for example, a Unix shell command or a perl script.

    Note: If you create a script to run on the remote device, the script must be developed, tested, and/or debugged on the remote machine. WhatsUp Gold does not support manipulation of the remote script.

    • The monitor is considered Up if the following output ____. Either Contains or Does not contain. Select the appropriate output criteria. For example, if you are checking to see that a specific network connection is present on the remote device, you would select that the output contains that specific connection. If the network connection you specify is not present when the monitor checks, the monitor is considered down.
    • Use regular expression. Select this option to have WhatsUp Gold use regular expression when searching for the output of command or script. If you do not choose to use regular expression, WhatsUp Gold looks for specific text outputs, rather than outputs including a regular expression.
    • SSH credential. Select the appropriate SSH credential that WhatsUp Gold uses to connect to the remote device. If you select Use the device SSH credential, WhatsUp Gold uses the SSH credential assigned to the device to which the monitor is assigned. If the appropriate SSH credential is not listed, or the device has no SSH credentials are assigned, browse (...) to the WhatsUp Gold Credentials Library to configure a set of credentials.
  5. Click OK to return to the monitor properties dialog.
  6. Click OK to save changes.

After configuring an active monitor in the Active Monitor Library, add the monitor to devices.

See Also

Configuring Active Monitors

Adding and editing a Domain Service (DNS) Monitor

Adding and editing an NT Service Monitor

Adding and editing a Ping Monitor

Adding and editing a SNMP Active Monitor

Adding and editing a TCPIP Monitor

Adding and editing a Telnet Monitor