summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2007-09-14 14:41:46 +0200
committerNiko Tyni <ntyni@iki.fi>2007-09-14 14:41:46 +0200
commit246f2b329811de06711d2c60c1010106034a7eec (patch)
tree88a78765cd33e5162321366efddbcbc6c43fe800
parent7200da12e6f38bc18d0b32f71bb3557eed442b90 (diff)
downloadsmokeping-246f2b329811de06711d2c60c1010106034a7eec.tar.gz
smokeping-246f2b329811de06711d2c60c1010106034a7eec.tar.xz
* fix Smokeping.pm POD documentation -- niko
-rw-r--r--CHANGES1
-rw-r--r--lib/Smokeping.pm10
2 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index e2bcc92..b34bacd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
* fixed problem with rounding error in calculating stddev
* include the prototype.js license for completeness -- niko
+* fix Smokeping.pm POD documentation -- niko
2007/9/06 -- released version 2.2.3
* alter ajax grapher mode to use seconds timestamps and not iso dates
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index f1a8a2a..cb6a0f3 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -1845,13 +1845,13 @@ DOC
_doc => <<DOC,
There are three types of "hosts" in smokeping.
-=over
+${e}over
-=item 1
+${e}item 1
The 'hostname' is a name of a host you want to target from smokeping
-=item 2
+${e}item 2
The string B<DYNAMIC>. Is for machines that have a dynamic IP address. These boxes
are required to regularly contact the SmokePing server to confirm their IP address.
@@ -1864,7 +1864,7 @@ SNMP SmokePing will also query the hosts
sysContact, sysName and sysLocation properties to make sure it is
still the same host.
-=item 3
+${e}item 3
A space separated list of 'target-path' entries (multihost target). All
targets mentioned in this list will be displayed in one graph. Note that the
@@ -1873,7 +1873,7 @@ multihost targets is as follows:
host = /world/town/host1 /world/town2/host33 /world/town2/host1~slave
-=back
+${e}back
DOC