summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2007-12-01 14:55:09 +0100
committerNiko Tyni <ntyni@iki.fi>2007-12-01 14:55:09 +0100
commitd00f1075a67fbf2be46e6114848eec5cefbf6684 (patch)
tree78f313ac2f21ecca8b9c6ff3278612dfae84b624 /doc
parent2c5ebb1437447dbc653881dbf1269784517b9b4e (diff)
downloadsmokeping-d00f1075a67fbf2be46e6114848eec5cefbf6684.tar.gz
smokeping-d00f1075a67fbf2be46e6114848eec5cefbf6684.tar.xz
document the LWP dependency of the Smokeping::Slave module -- niko
Diffstat (limited to 'doc')
-rw-r--r--doc/smokeping_install.pod8
-rw-r--r--doc/smokeping_upgrade.pod8
2 files changed, 15 insertions, 1 deletions
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<http://www.openssh.org/>
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<http://www.cpan.org/>.
=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