diff options
-rw-r--r-- | doc/smokeping_upgrade.pod | 22 |
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> |