diff options
author | Niko Tyni <ntyni@iki.fi> | 2007-04-14 22:46:55 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2007-04-14 22:46:55 +0200 |
commit | b0a8245fe56e8fb1ace0dc2524ce7b1ca6f694a1 (patch) | |
tree | 8adaa8f0b7a84d9e509da4153f137aaa84eb9bee /doc | |
parent | a2e1e5362389bc23f8b3826de3034feda5a10793 (diff) | |
download | smokeping-b0a8245fe56e8fb1ace0dc2524ce7b1ca6f694a1.tar.gz smokeping-b0a8245fe56e8fb1ace0dc2524ce7b1ca6f694a1.tar.xz |
r1061@rispa: niko | 2007-04-14 23:46:31 +0300
smokeping_upgrade echoping6 entry
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_upgrade.pod | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod index ee85be5..64f5c2f 100644 --- a/doc/smokeping_upgrade.pod +++ b/doc/smokeping_upgrade.pod @@ -25,6 +25,25 @@ that with upgrading instructions etc. =head1 2.0.9 to 2.1.0 +=head2 Echoping 6 support + +This is the first version that fully supports echoping 6. Earlier +versions of the EchoPingHttp probes don't work with echoping 6 because +of a command line incompatibility. + +This version also introduces three new probes using the new echoping plugin +interface: + +=over + +=item L<EchoPingDNS|Smokeping::probes::EchoPingDNS> + +=item L<EchoPingLDAP|Smokeping::probes::EchoPingLDAP> + +=item L<EchoPingWhois|Smokeping::probes::EchoPingWhois> + +=back + =head2 New method in base.pm (if you write your own probes) The F<base.pm> module defines the method ProbeUnit. Override this if your |