diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 11:17:36 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 11:17:36 +0200 |
commit | 9b1b305a1677443fc6f627d10f597331d29f08e7 (patch) | |
tree | ae2e33e3db1c29f39aca3a58423e46b217c0ad5c /doc | |
parent | ed2fcf4de53126ae7dc3973f2a27aa15c00e9160 (diff) | |
download | smokeping-9b1b305a1677443fc6f627d10f597331d29f08e7.tar.gz smokeping-9b1b305a1677443fc6f627d10f597331d29f08e7.tar.xz |
fixed merge in upgrade docs again ... selfreferencing links were earlier
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_upgrade.pod | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod index 550a941..5f59fdd 100644 --- a/doc/smokeping_upgrade.pod +++ b/doc/smokeping_upgrade.pod @@ -32,15 +32,6 @@ 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) @@ -64,6 +55,14 @@ but as this parameter is only effective in C<fping>'s I<default> mode, while Smokeping uses the I<counting> mode (C<-c>), it never actually did anything. +=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.1 to 2.0.2 =head2 Edge-triggered alerts |