From d00f1075a67fbf2be46e6114848eec5cefbf6684 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sat, 1 Dec 2007 13:55:09 +0000 Subject: document the LWP dependency of the Smokeping::Slave module -- niko --- doc/smokeping_install.pod | 8 +++++++- doc/smokeping_upgrade.pod | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/smokeping_install.pod b/doc/smokeping_install.pod index cd5f936..50d632d 100644 --- a/doc/smokeping_install.pod +++ b/doc/smokeping_install.pod @@ -61,12 +61,18 @@ L You need this for the SSH probe. -=item Various Perl modules (Optional) +=item Various Perl modules (Most of these are optional) You can get these from L. =over +=item libwww-perl + +The master/slave functionality introduced a dependency LWP::UserAgent +from the libwww-perl (also known as LWP) library. Currently the module +is needed even if the master/slave mode is not enabled. + =item Socket6 0.11-1 Optionally installing the Socket6 module for perl enables diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod index bd2cbe0..b89fdb3 100644 --- a/doc/smokeping_upgrade.pod +++ b/doc/smokeping_upgrade.pod @@ -23,6 +23,14 @@ 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.1.x to 2.2.0 + +=head2 LWP Dependency + +The new master/slave functionality needs the LWP::UserAgent module from +CPAN. Currently the dependency is not optional; you'll need the module +even if you are only running one Smokeping instance. + =head1 2.0.9 to 2.1.0 =head2 Echoping 6 support -- cgit v1.2.3-24-g4f1b