[nagiosplug] fixed check_tcp test
"Nagios Plugin Development" <[email protected]> Wed, 21 Aug 2013 18:20:48 +0000
| Newsgroups | gmane.network.nagios.plugins.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: nagiosplug Branch: master Commit: 817ea52cc0288b708341a6dc73af3db7c40f3b86 Author: Sven Nierlein <[email protected]> Date: Wed Aug 21 17:48:14 2013 +0200 URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=817ea52 fixed check_tcp test A check with thresholds 9000,1 must exit with warning if the certificate expires in less than 9000 but more than one day. --- plugins/t/check_tcp.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/t/check_tcp.t b/plugins/t/check_tcp.t index d6808bf..c100cad 100644 --- a/plugins/t/check_tcp.t +++ b/plugins/t/check_tcp.t @@ -32,7 +32,7 @@ $t += checkCmd( "./check_tcp $host_tcp_http -p 81 -wt 0 -ct 0 -to 1", 2 $t += checkCmd( "./check_tcp $host_nonresponsive -p 80 -wt 0 -ct 0 -to 1", 2 ); $t += checkCmd( "./check_tcp $hostname_invalid -p 80 -wt 0 -ct 0 -to 1", 2 ); $t += checkCmd( "./check_tcp -S -D 1 -H www.verisign.com -p 443", 0 ); -$t += checkCmd( "./check_tcp -S -D 9000,1 -H www.verisign.com -p 443", 0 ); +$t += checkCmd( "./check_tcp -S -D 9000,1 -H www.verisign.com -p 443", 1 ); $t += checkCmd( "./check_tcp -S -D 9000 -H www.verisign.com -p 443", 1 ); $t += checkCmd( "./check_tcp -S -D 9000,8999 -H www.verisign.com -p 443", 2 ); $t += checkCmd( "./check_tcp -6 -p 80 www.heise.de", 0 ); ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk