Example: Monitoring TCP Connections Established for a Device

Too many TCP connections can signal that a device is being maliciously used, in the case of a workstation, or that your web server is close to maxing out, indicating the need to initiate a backup server. You can create an SNMP active monitor to watch a range of established TCP connections for a particular device. If the number of connections goes above the range you specify, you can be notified by an associated action.

To configure a TCP monitor:

  1. From the WhatsUp Gold web interface, go to Admin > Monitors. The Monitor Library dialog appears.
  2. Click New, select SNMP Monitor, then click OK. The Add SNMP Monitor dialog appears.
  3. Enter a Name and Description for the monitor. For example, Number of TCP connections less than 2000.
  4. For the Object ID and Instance, click browse (...), then locate the TcpCurrEstab (1.3.6.1.2.1.6.9) SNMP object in the MIB object tree.
  5. Select Range of Values from the Check type list and enter 1999 (the maximum number of established TCP connections) as the High value and 0 as the Low Value, then click OK. Any associated actions fail when the number of established TCP connections reaches 2000.
  6. Test the newly created active monitor and make appropriate changes if needed.
  7. Assign the active monitor to the web server:
    1. Right-click on the device on the appropriate device, then click Properties > Active Monitors. The Device Properties Active Monitor dialog appears.
    2. Click Add.
    3. Using the configuration wizard, create or select an action to notify you when the number of established TCP connections reaches 2000.

See Also

Adding and editing a SNMP Active Monitor

Selecting an object in the MIB Tree

Example: Monitoring Network Printer Toner Levels