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. Parameters for the FTP Service Detector
Parameter Description Required Default value

port

Port to query

optional

21

Example Configuration

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