diff options
-rw-r--r-- | doc/smokeping_extend.pod | 4 | ||||
-rw-r--r-- | doc/smokeping_install.pod | 2 | ||||
-rw-r--r-- | lib/Smokeping/Examples.pm | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/smokeping_extend.pod b/doc/smokeping_extend.pod index 051051c..831a3d1 100644 --- a/doc/smokeping_extend.pod +++ b/doc/smokeping_extend.pod @@ -86,9 +86,9 @@ convenience method called C<_makevars> that does this, and the common idiom is } The variables are declared in a syntax that comes from the module used -for parsing the configuration file, L<ISG::ParseConfig>. Each variable +for parsing the configuration file, C<ISG::ParseConfig>. Each variable should be a hash that uses the "special variable keys" documented in -the C<ISG::ParseConfig> manual. See C<Smokeping::probes::skel> and the other +L<ISG::ParseConfig>. See C<Smokeping::probes::skel> and the other probes for examples. For reference, here are the keys the hash should have. Much of this diff --git a/doc/smokeping_install.pod b/doc/smokeping_install.pod index a791c56..0d97053 100644 --- a/doc/smokeping_install.pod +++ b/doc/smokeping_install.pod @@ -51,7 +51,7 @@ You need this for the Curl probe. =item dig (Optional) -L<http://http://www.isc.org/sw/bind/> +L<http://www.isc.org/sw/bind/> You need this for the DNS probe. diff --git a/lib/Smokeping/Examples.pm b/lib/Smokeping/Examples.pm index fbf95ea..507deb8 100644 --- a/lib/Smokeping/Examples.pm +++ b/lib/Smokeping/Examples.pm @@ -513,7 +513,7 @@ menu = myhost2 title = FTP latency for myhost2 host = myhost2.example DOC - targetsdoc => <<DOC, + targetdoc => <<DOC, The target tree is divided into an HTTP branch and an FTP one. The servers "myhost1.example" and "myhost2.example" are probed in both. The third server, "myhost3.example", only has an HTTP |