mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
Fixed tests (Mathew Ericson - 738604)
CV: ---------------------------------------------------------------------- git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@517 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
57c4d460df
commit
d5af470d28
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ $cmd = "./check_tcp $Cache::hostname -p 80 -wt 300 -ct 600";
|
|||
$str = `$cmd`;
|
||||
$t += ok $?>>8,0;
|
||||
print "$cmd\n" if ($?);
|
||||
$t += ok $str, '/^TCP OK - [0-9]+ second response time on port 80/';
|
||||
$t += ok $str, '/^TCP OK\s-\s+[0-9]?\.?[0-9]+ second response time on port 80/';
|
||||
|
||||
$cmd = "./check_tcp $Cache::nullhost -p 81 -wt 0 -ct 0 -to 1";
|
||||
$str = `$cmd`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue