[Nagiosplug-devel] [ nagiosplug-Patches-738609 ] patch for check_ftp.t against rel1_3

SourceForge.net noreply at sourceforge.net
Sat May 17 16:10:04 CEST 2003


Patches item #738609, was opened at 2003-05-16 03:36
Message generated for change (Comment added) made by tonvoon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=738609&group_id=29880

Category: Bugfix
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Mathew Ericson (mericson23)
>Assigned to: Ton Voon (tonvoon)
Summary: patch for check_ftp.t against rel1_3

Initial Comment:
--- check_ftp.t.orig    2003-05-16 10:32:05.000000000 +1000
+++ check_ftp.t 2003-05-16 10:43:47.000000000 +1000
@@ -16,7 +16,7 @@
 $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\s[o|O][K|k]\s-\s+([0-9]+|[0-9]+\.[0-9]+) second
response time/';

 #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0";
 #$str = `$cmd`; 

----------------------------------------------------------------------

>Comment By: Ton Voon (tonvoon)
Date: 2003-05-18 00:09

Message:
Logged In: YES 
user_id=664364

Thanks for the patch - added to r1_3_0 and HEAD.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=738609&group_id=29880




More information about the Devel mailing list