summaryrefslogtreecommitdiffstats
path: root/doc/smokeping_upgrade.pod
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-02-21 19:04:11 +0100
committerNiko Tyni <ntyni@iki.fi>2005-02-21 19:04:11 +0100
commitbaf9588e379b308d3e1f6869fde39e19d041c24d (patch)
tree156fc5c57ef14e2b9c93ff2ce03e5dbd63e8b0ec /doc/smokeping_upgrade.pod
parent2d8297b72b98005b7220c1ab47e9eeeb68711ac6 (diff)
downloadsmokeping-baf9588e379b308d3e1f6869fde39e19d041c24d.tar.gz
smokeping-baf9588e379b308d3e1f6869fde39e19d041c24d.tar.xz
* Curl timeouts work better now -- niko
* Curl User-Agent string doesn't need quotes anymore -- niko
Diffstat (limited to 'doc/smokeping_upgrade.pod')
-rw-r--r--doc/smokeping_upgrade.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod
index 36587d9..bd3b93a 100644
--- a/doc/smokeping_upgrade.pod
+++ b/doc/smokeping_upgrade.pod
@@ -140,8 +140,14 @@ The change was made to fix the confusing situation where the C<host> variable
was required for each actual target, but it didn't actually have any effect
(as the server to be probed came from the C<url> variable.)
+Timeouts are now recognized properly by looking at the curl exit code.
The default timeout of this probe has been raised to 10 seconds.
+The command line is now executed without an intervening /bin/sh, and so
+quotes are not needed anymore around the User-Agent string (the C<agent>
+parameter). Smokeping will complain if it notices quotes around the
+string.
+
=item L<EchoPingHttp|Smokeping::probes::EchoPingHttp>
The default timeout of this probe has been raised to 10 seconds.