summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping
diff options
context:
space:
mode:
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>