summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2007-04-14 20:11:40 +0200
committerNiko Tyni <ntyni@iki.fi>2007-04-14 20:11:40 +0200
commitc3c3661714df4dd4eaefd4c8bb9573f873d78461 (patch)
tree8b6626bdce515d6d4e0b1bbe26e383efcd6a6781 /lib/Smokeping
parente8f080ca27f06e945747201fbd7a941e859bb4f0 (diff)
downloadsmokeping-c3c3661714df4dd4eaefd4c8bb9573f873d78461.tar.gz
smokeping-c3c3661714df4dd4eaefd4c8bb9573f873d78461.tar.xz
r1040@rispa: niko | 2007-04-13 22:50:40 +0300
documentation
Diffstat (limited to 'lib/Smokeping')
-rw-r--r--lib/Smokeping/probes/EchoPingPlugin.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Smokeping/probes/EchoPingPlugin.pm b/lib/Smokeping/probes/EchoPingPlugin.pm
index e9330fc..e54c02b 100644
--- a/lib/Smokeping/probes/EchoPingPlugin.pm
+++ b/lib/Smokeping/probes/EchoPingPlugin.pm
@@ -17,10 +17,12 @@ to generate the POD document.
sub pod_hash {
return {
name => <<DOC,
-Smokeping::probes::EchoPingPlugin - an echoping(1) probe for SmokePing
+Smokeping::probes::EchoPingPlugin - a basis for using echoping(1) plugins as probes for SmokePing
DOC
overview => <<DOC,
-Measures roundtrip times for SmokePing with an echoping(1) plugin.
+Measures roundtrip times for SmokePing with an echoping(1) plugin. The plugins
+currently shipped with echoping are implemented as separate probes based
+on this class, but the class can also be used directly.
DOC
authors => <<'DOC',
Niko Tyni <ntyni@iki.fi>