summaryrefslogtreecommitdiffstats
path: root/plugins/t/check_ftp.t
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-13 15:18:23 +0100
committerGitHub <noreply@github.com>2025-03-13 15:18:23 +0100
commitaf6cfefaacbb15bf371e0d59383b54ff695d1529 (patch)
treef2a9f057e34f58da91a1e4d252a83deef895b8d1 /plugins/t/check_ftp.t
parent02acc76edc5c646af90a6168df61c711aa3d11d6 (diff)
parentd2596feaa090c73353412d252cfb7938a9141f9b (diff)
downloadmonitoring-plugins-af6cfefaacbb15bf371e0d59383b54ff695d1529.tar.gz
Merge pull request #2108 from RincewindsHat/refactor/check_tcpcoverity/master
Refactor/check tcp
Diffstat (limited to 'plugins/t/check_ftp.t')
-rw-r--r--plugins/t/check_ftp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_ftp.t b/plugins/t/check_ftp.t
index 93a7d7c3..a2f79dca 100644
--- a/plugins/t/check_ftp.t
+++ b/plugins/t/check_ftp.t
@@ -15,7 +15,7 @@ my $host_tcp_ftp = getTestParameter("NP_HOST_TCP_FTP", "A host providing t
15my $host_nonresponsive = getTestParameter("NP_HOST_NONRESPONSIVE", "The hostname of system not responsive to network requests", "10.0.0.1"); 15my $host_nonresponsive = getTestParameter("NP_HOST_NONRESPONSIVE", "The hostname of system not responsive to network requests", "10.0.0.1");
16my $hostname_invalid = getTestParameter("NP_HOSTNAME_INVALID", "An invalid (not known to DNS) hostname", "nosuchhost"); 16my $hostname_invalid = getTestParameter("NP_HOSTNAME_INVALID", "An invalid (not known to DNS) hostname", "nosuchhost");
17 17
18my $successOutput = '/FTP OK -\s+[0-9]?\.?[0-9]+ second response time/'; 18my $successOutput = '/Connection time\s+[0-9]?\.?[0-9]+/';
19 19
20my $t; 20my $t;
21 21