diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-11-14 23:09:54 +0100 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-11-14 23:09:54 +0100 |
commit | f7520e9d2710026e7e154503fdba5e8a1751423a (patch) | |
tree | 3f24c611ac7949cbdc18fdda609cfc2375da7b89 /doc | |
parent | 334ec7968c236ad0bc7937b4ab87f5abd7c116a2 (diff) | |
download | smokeping-f7520e9d2710026e7e154503fdba5e8a1751423a.tar.gz smokeping-f7520e9d2710026e7e154503fdba5e8a1751423a.tar.xz |
* lib/Smokeping/probes/FPing.pm,
doc/smokeping_upgrade.pod,
CHANGES:
+ remove the FPing 'timeout' variable, since it never really did anything
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_upgrade.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod index 34feea2..3b73861 100644 --- a/doc/smokeping_upgrade.pod +++ b/doc/smokeping_upgrade.pod @@ -23,6 +23,16 @@ An official list of changes with each release can be found in the CHANGES file in the Smokeping distribution. This document tries to complement that with upgrading instructions etc. +=head1 2.0.4 to 2.0.5 + +=head2 L<FPing|Smokeping::probes::FPing> + +The 'timeout' variable has been removed. +It was used to give the C<fping> command the C<-t> parameter, +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. + =head1 2.0.1 to 2.0.2 =head2 Edge-triggered alerts |