diff options
author | Niko Tyni <ntyni@iki.fi> | 2007-04-14 20:11:40 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2007-04-14 20:11:40 +0200 |
commit | c3c3661714df4dd4eaefd4c8bb9573f873d78461 (patch) | |
tree | 8b6626bdce515d6d4e0b1bbe26e383efcd6a6781 /lib | |
parent | e8f080ca27f06e945747201fbd7a941e859bb4f0 (diff) | |
download | smokeping-c3c3661714df4dd4eaefd4c8bb9573f873d78461.tar.gz smokeping-c3c3661714df4dd4eaefd4c8bb9573f873d78461.tar.xz |
r1040@rispa: niko | 2007-04-13 22:50:40 +0300
documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping/probes/EchoPingPlugin.pm | 6 |
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> |