summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/EchoPingHttp.pm
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-02-18 14:04:12 +0100
committerNiko Tyni <ntyni@iki.fi>2005-02-18 14:04:12 +0100
commitf6d4093e0dc827fbc853ed21ad3cb0ab1f898704 (patch)
tree3a1b6a248b2a3af2f95ee309b0defa5eb570dc19 /lib/Smokeping/probes/EchoPingHttp.pm
parent634fe0bf599454c203fd64e9f634e8a3d3abf1c5 (diff)
downloadsmokeping-f6d4093e0dc827fbc853ed21ad3cb0ab1f898704.tar.gz
smokeping-f6d4093e0dc827fbc853ed21ad3cb0ab1f898704.tar.xz
* graph fixes for small numbers of pings -- Chris Wilson <chris *aidworld.org>
* fix the LDAP probe killing the CGI with perl <5.6 -- Peter Farmer <pfarmer *hashbang.org.uk> * make the LDAP probe work withouth IO::Socket::SSL -- niko * make Curl description shorter -- Chris Wilson <chris *aidworld.org> * use CGI::Carp for CGI error handling - remove the now unnecessary kludge from AnotherDNS * don't call exit() in the daemon __DIE__ handler * raise Curl and EchoPingHttp{,s} default timeouts * add a section on timeouts to smokeping_upgrade * add IO::Socket::SSL to smokeping_install
Diffstat (limited to 'lib/Smokeping/probes/EchoPingHttp.pm')
-rw-r--r--lib/Smokeping/probes/EchoPingHttp.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Smokeping/probes/EchoPingHttp.pm b/lib/Smokeping/probes/EchoPingHttp.pm
index 6483e10..464dd12 100644
--- a/lib/Smokeping/probes/EchoPingHttp.pm
+++ b/lib/Smokeping/probes/EchoPingHttp.pm
@@ -110,6 +110,8 @@ sub targetvars {
delete $h->{udp};
delete $h->{fill};
delete $h->{size};
+ $h->{timeout}{default} = 10;
+ $h->{timeout}{example} = 20;
return $class->_makevars($h, {
url => {
_doc => <<DOC,