]> git.etc.gen.nz Git - spong.git/commitdiff
shorter timeout (was 15 sec, now 6 sec)
authorJan Willamowius <jan@willamowius.de>
Tue, 13 Sep 2005 14:03:48 +0000 (14:03 +0000)
committerJan Willamowius <jan@willamowius.de>
Tue, 13 Sep 2005 14:03:48 +0000 (14:03 +0000)
src/lib/Spong/Network/plugins/check_telnet

index bc523ffda3be71ca1afdc92711683f8cb36c8616..e61047567547434022f19a16aa1e63bc7c1f451a 100644 (file)
@@ -1,5 +1,5 @@
 # check_telnet - v 1.0 May 18, 2000 - scarpe01@tufts.edu
-# $Id: check_telnet,v 1.4 2003/02/22 20:55:45 sljohnson Exp $
+# $Id: check_telnet,v 1.5 2005/09/13 14:03:48 willamowius Exp $
 
 # Register the routine with the plugins registry
 $PLUGINS{'telnet'} = \&check_telnet;
@@ -31,7 +31,7 @@ sub check_telnet {
                }
 
                $con->print("\n\n");
-               my @data = $con->getline((Timeout => 15));
+               my @data = $con->getline((Timeout => 6));
                if (@data) {
                        $message .= "$host:$port -\n@data\n";   
                } else {