diff options
Diffstat (limited to 'lib/Smokeping')
-rw-r--r-- | lib/Smokeping/probes/CiscoRTTMonDNS.pm | 2 | ||||
-rw-r--r-- | lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm | 2 | ||||
-rw-r--r-- | lib/Smokeping/probes/CiscoRTTMonTcpConnect.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Smokeping/probes/CiscoRTTMonDNS.pm b/lib/Smokeping/probes/CiscoRTTMonDNS.pm index 45a9dd9..c4e2760 100644 --- a/lib/Smokeping/probes/CiscoRTTMonDNS.pm +++ b/lib/Smokeping/probes/CiscoRTTMonDNS.pm @@ -63,7 +63,7 @@ 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, -L<http://people.ee.ethz.ch/~oetiker/webtools/smokeping/> +L<http://oss.oetiker.ch/smokeping/> L<http://www.switch.ch/misc/leinen/snmp/perl/> diff --git a/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm b/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm index 615fb84..0f422d5 100644 --- a/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm +++ b/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm @@ -62,7 +62,7 @@ DOC The probe sends unnecessary pings, i.e. more than configured in the "pings" variable, because the RTTMon MIB only allows to set a total time for all pings in one measurement run (one "life"). Currently the probe sets the life duration to "pings"*2+3 seconds (2 secs is the ping timeout value hardcoded into this probe). DOC see_also => <<DOC, -L<http://people.ee.ethz.ch/~oetiker/webtools/smokeping/> +L<http://oss.oetiker.ch/smokeping/> L<http://www.switch.ch/misc/leinen/snmp/perl/> diff --git a/lib/Smokeping/probes/CiscoRTTMonTcpConnect.pm b/lib/Smokeping/probes/CiscoRTTMonTcpConnect.pm index c278e1f..0e76e96 100644 --- a/lib/Smokeping/probes/CiscoRTTMonTcpConnect.pm +++ b/lib/Smokeping/probes/CiscoRTTMonTcpConnect.pm @@ -57,7 +57,7 @@ DOC The probe establishes unnecessary connections, i.e. more than configured in the "pings" variable, because the RTTMon MIB only allows to set a total time for all connections 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, -L<http://people.ee.ethz.ch/~oetiker/webtools/smokeping/> +L<http://oss.oetiker.ch/smokeping/> L<http://www.switch.ch/misc/leinen/snmp/perl/> |