summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/CiscoRTTMonDNS.pm
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-02-15 12:35:12 +0100
committerNiko Tyni <ntyni@iki.fi>2005-02-15 12:35:12 +0100
commitfeee384f64b9d1e747b5e966bf6298c354ea8ae8 (patch)
tree0c332dc10a86d6460f88dfcb9369a2e55c9c3e2e /lib/Smokeping/probes/CiscoRTTMonDNS.pm
parent4051f04d0275f51929aa4a08b34dbf3c70788e8c (diff)
downloadsmokeping-feee384f64b9d1e747b5e966bf6298c354ea8ae8.tar.gz
smokeping-feee384f64b9d1e747b5e966bf6298c354ea8ae8.tar.xz
Docs: more L<> links.
Makefile: really filter out smokeping_config.pod.
Diffstat (limited to 'lib/Smokeping/probes/CiscoRTTMonDNS.pm')
-rw-r--r--lib/Smokeping/probes/CiscoRTTMonDNS.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Smokeping/probes/CiscoRTTMonDNS.pm b/lib/Smokeping/probes/CiscoRTTMonDNS.pm
index 0f16154..45a9dd9 100644
--- a/lib/Smokeping/probes/CiscoRTTMonDNS.pm
+++ b/lib/Smokeping/probes/CiscoRTTMonDNS.pm
@@ -28,7 +28,7 @@ sub pod_hash {
return {
name => <<DOC,
Smokeping::probes::CiscoRTTMonDNS.pm - Probe for SmokePing
-DOC,
+DOC
description => <<DOC,
A probe for smokeping, which uses the ciscoRttMon MIB functionality ("Service Assurance Agent", "SAA") of Cisco IOS to time ( recursive, type A) DNS queries to a DNS server.
@@ -63,13 +63,13 @@ DOC
The probe does unnecessary DNS queries, i.e. more than configured in the "pings" variable, because the RTTMon MIB only allows to set a total time for all queries in one measurement run (one "life"). Currently the probe sets the life duration to "pings"*2+3 seconds (2 secs is the timeout value hardcoded into this probe).
DOC
see_also => <<DOC,
-http://people.ee.ethz.ch/~oetiker/webtools/smokeping/
+L<http://people.ee.ethz.ch/~oetiker/webtools/smokeping/>
-http://www.switch.ch/misc/leinen/snmp/perl/
+L<http://www.switch.ch/misc/leinen/snmp/perl/>
-The best source for background info on SAA is Cisco's documentation on http://www.cisco.com and the CISCO-RTTMON-MIB documentation, which is available at:
+The best source for background info on SAA is Cisco's documentation on L<http://www.cisco.com> and the CISCO-RTTMON-MIB documentation, which is available at:
-ftp://ftp.cisco.com/pub/mibs/v2/CISCO-RTTMON-MIB.my
+L<ftp://ftp.cisco.com/pub/mibs/v2/CISCO-RTTMON-MIB.my>
DOC
authors => <<DOC,
Joerg.Kummer at Roche.com