Code

markup for translation
[nagiosplug.git] / plugins / t / check_ftp.t
index c3f74d92c6d0a29a8f5282ab7abb879799ae2499..d9e9d9ca67581fc7b445e9a28e83f07acd4143d3 100644 (file)
@@ -16,7 +16,7 @@ $cmd = "./check_ftp $Cache::hostname -wt 300 -ct 600";
 $str = `$cmd`;
 $t += ok $?>>8,0;
 print "Test was: $cmd\n" if ($?);
-$t += ok $str, '/FTP ok - [0-9]+ second response time/';
+$t += ok $str, '/FTP OK -\s+[0-9]?\.?[0-9]+ second response time/';
 
 #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0";
 #$str = `$cmd`;