TCP Service Detector

This detector lets you find TCP-based services for monitoring in your network.

Detector facts

Implementation

org.opennms.netmgt.provision.detector.simple.TcpDetector

Configuration and use

Table 1. Optional parameters for the TCP service detector
Parameter Description Default

port

Port to query.

23

banner

RegEx expression to match.

.*

Example Configuration

<detector name="MS-RDP" class="org.opennms.netmgt.provision.detector.simple.TcpDetector">
  <parameter key="port" value="3389"/>
</detector>