FTP Service Detector

The FTPDetector lets you find FTP services for monitoring in your network. It finds an FTP server on multiple ports and can 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 FTPDetector
Parameter Description Default value

port

Port to query.

21

Example configuration

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