summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-29 11:15:25 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-29 11:15:25 +0200
commited2fcf4de53126ae7dc3973f2a27aa15c00e9160 (patch)
tree16d265847c8490d4de50817054e0871afa49ff66 /doc
parentf86998b3e0c689ca234245343aa75e7cdc5519d3 (diff)
downloadsmokeping-ed2fcf4de53126ae7dc3973f2a27aa15c00e9160.tar.gz
smokeping-ed2fcf4de53126ae7dc3973f2a27aa15c00e9160.tar.xz
merged missing upgrade docs
Diffstat (limited to 'doc')
-rw-r--r--doc/smokeping_upgrade.pod22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod
index 75bdef1..550a941 100644
--- a/doc/smokeping_upgrade.pod
+++ b/doc/smokeping_upgrade.pod
@@ -32,6 +32,28 @@ It is used to give the C<fping> command the C<-t> parameter,
which apparently affects the timeout of the last ping in the
counting (C<-C>) mode used by Smokeping.
+=head2 CGI self-referring links
+
+The way Smokeping creates the self-referring links was changed. The old
+behaviour used the script name but not the host part, resulting in links
+like S<<a href="/path/smokeping.cgi?foo=bar">>. The new behaviour uses the
+C<cgiurl> variable: the links are always absolute like
+S<<a href="http://some.host/path/smokeping.cgi?foo=bar">>.
+
+
+=head1 2.0.5 to 2.0.6
+
+=head2 CGI self-referring links (again)
+
+The way Smokeping creates the self-referring links was changed once more.
+See the section under '2.0.4 to 2.0.5' for a description of the previous
+change.
+
+The behaviour is now customizable via the C<linkstyle> variable in the
+C<General> section of the configuration file. The default is now C<relative>,
+creating links like S<<a href="?foo=bar">>. I hope this works for everybody,
+but if it doesn't, see L<smokeping_config> for the alternatives.
+
=head1 2.0.4 to 2.0.5
=head2 L<FPing|Smokeping::probes::FPing>