summaryrefslogtreecommitdiffstats
path: root/plugins/tests/check_ftp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tests/check_ftp')
-rw-r--r--plugins/tests/check_ftp9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/tests/check_ftp b/plugins/tests/check_ftp
new file mode 100644
index 0000000..4266ebd
--- /dev/null
+++ b/plugins/tests/check_ftp
@@ -0,0 +1,9 @@
1check_ftp
2
3[normal]
4$hostname -wt 300 -ct 600
5FTP ok - [0-9]+ second response time
6
7[critical]
8$noserver -wt 0 -ct 0
9(Invalid FTP response received from host|Connection refused by host)