summaryrefslogtreecommitdiffstats
path: root/doc/smokeping_upgrade.pod
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-02-14 23:26:25 +0100
committerNiko Tyni <ntyni@iki.fi>2005-02-14 23:26:25 +0100
commit02ea9b1fa581f890c9401fe23b75852541578d59 (patch)
tree80f3225911ee13a324152bd4845d8ca6f2ce034d /doc/smokeping_upgrade.pod
parent3ca0d465ea56d4cdcea3271bff803e878a118f90 (diff)
downloadsmokeping-02ea9b1fa581f890c9401fe23b75852541578d59.tar.gz
smokeping-02ea9b1fa581f890c9401fe23b75852541578d59.tar.xz
* smokeping.cgi documentation resurrected
* L<> links in POD documents * mess with pod2html in Makefile to get L<> links work * add smokeping_upgrade and smokeping_examples to the README * change software requirements in smokeping_install
Diffstat (limited to 'doc/smokeping_upgrade.pod')
-rw-r--r--doc/smokeping_upgrade.pod22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod
index 75c1076..a5e7f67 100644
--- a/doc/smokeping_upgrade.pod
+++ b/doc/smokeping_upgrade.pod
@@ -83,17 +83,17 @@ their configuration.
=over
-=item RemoteFPing
+=item L<RemoteFPing|Smokeping::probes::RemoteFPing>
The C<rbinary> variable is now mandatory. This is a side effect from a bigger change:
the probe is now derived from the FPing probe and supports all the variables
FPing does.
-=item FPing6
+=item L<FPing6|Smokeping::probes::FPing6>
This probe is also now derived from FPing and supports all the variables FPing does.
-=item Curl
+=item L<Curl|Smokeping::probes::Curl>
The URL that will be used is now specified with the variable C<urlformat> instead
of C<url>. The new variable can (and usually should) include a placeholder
@@ -104,12 +104,12 @@ The change was made to fix the confusing situation where the C<host> variable
was required for each actual target, but it didn't actually have any effect
(as the server to be probed came from the C<url> variable.)
-=item EchoPingIcp
+=item L<EchoPingIcp|Smokeping::probes::EchoPingIcp>
The C<url> variable is now mandatory, as the old default "/" didn't make
sense because it's relative rather than absolute.
-=item LDAP
+=item L<LDAP|Smokeping::probes::LDAP>
The C<filter> variable is now mandatory, as Net::LDAP bails out without it.
@@ -118,24 +118,24 @@ were changed accordingly (it's now the minimum time between two queries
rather than the time slept between the end of one and the start of the
another.)
-=item Radius
+=item L<Radius|Smokeping::probes::Radius>
The C<sleeptime> variable was changed to C<mininterval> and its semantics
were changed accordingly. See the LDAP explanation above.
-=item AnotherDNS
+=item L<AnotherDNS|Smokeping::probes::AnotherDNS>
The C<sleeptime> variable was changed to C<mininterval> and its semantics
were changed accordingly. See the LDAP explanation above. Additionally,
the time is now specified in seconds rather than microseconds.
-=item AnotherSSH
+=item L<AnotherSSH|Smokeping::probes::AnotherSSH>
The C<sleeptime> variable was changed to C<mininterval> and its semantics
were changed accordingly. See the LDAP explanation above. Additionally,
the time is now specified in seconds rather than microseconds.
-=item telnetIOSPing
+=item L<telnetIOSPing|Smokeping::probes::telnetIOSPing>
The C<target> variable was removed. The target should now be specified
in the C<host> variable, like it is with all the other probes.
@@ -146,7 +146,7 @@ in the C<host> variable, like it is with all the other probes.
=over
-=item The RemoteFPing probe
+=item The L<RemoteFPing|Smokeping::probes::RemoteFPing> probe
The configuration of this probe was moved from the Targets section to the
Probes section, as all the variables are really probe-specific. The moved
@@ -196,4 +196,4 @@ Niko Tyni <ntyni@iki.fi>
=head1 SEE ALSO
-The other Smokeping documents, especially smokeping_config.
+The other Smokeping documents, especially L<smokeping_config>.