summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/Curl.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/Curl.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/Curl.pm')
-rw-r--r--lib/Smokeping/probes/Curl.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Smokeping/probes/Curl.pm b/lib/Smokeping/probes/Curl.pm
index e04e6c9..8e40067 100644
--- a/lib/Smokeping/probes/Curl.pm
+++ b/lib/Smokeping/probes/Curl.pm
@@ -72,8 +72,8 @@ DOC
timeout => {
_doc => qq{The "-m" curl(1) option. Maximum timeout in seconds.},
_re => '\d+',
- _example => 10,
- _default => 5,
+ _example => 20,
+ _default => 10,
},
interface => {
_doc => <<DOC,
@@ -144,7 +144,7 @@ sub test_usage {
}
sub ProbeDesc($) {
- return "HTTP, HTTPS, and FTP URLs using curl(1)";
+ return "URLs using curl(1)";
}
# other than host, count and protocol-specific args come from here