From 44a321cb8a42d6c0ea2d96a1086a17f2134c89cc Mon Sep 17 00:00:00 2001 From: Ethan Galstad Date: Thu, 28 Feb 2002 06:42:51 +0000 Subject: Initial revision git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/tests/check_ftp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/tests/check_ftp (limited to 'plugins/tests/check_ftp') diff --git a/plugins/tests/check_ftp b/plugins/tests/check_ftp new file mode 100644 index 00000000..4266ebdc --- /dev/null +++ b/plugins/tests/check_ftp @@ -0,0 +1,9 @@ +check_ftp + +[normal] +$hostname -wt 300 -ct 600 +FTP ok - [0-9]+ second response time + +[critical] +$noserver -wt 0 -ct 0 +(Invalid FTP response received from host|Connection refused by host) -- cgit v1.2.3