|
|
@@ -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`;
|