FTP Service Detector

This detector lets you find FTP services for monitoring in your network. It finds the FTP server on multiple ports and can also use login credentials for service detection.

Detector facts

Implementation

org.opennms.netmgt.provision.detector.simple.FtpDetector

Configuration and use

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

port

Port to query.

21

Example Configuration

<detector name="FTP" class="org.opennms.netmgt.provision.detector.simple.FtpDetector">
  <parameter key="port" value="21"/>
</detector>