• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D18-Jul-199617.6 KiB340281

COPYRIGHTH A D13-Sep-2003881 2817

ChangeLogH A D13-Sep-20037.4 KiB248172

INSTALLH A D13-Sep-20035.8 KiB165116

MakefileH A D13-Sep-20033.6 KiB11778

NEWSH A D13-Sep-20033.9 KiB15192

READMEH A D13-Sep-20034.6 KiB12582

TODOH A D13-Sep-200322.7 KiB630528

check-ping-fmtH A D13-Sep-200326.2 KiB655354

mrtg-ping-cfgH A D03-May-20221.1 KiB4929

mrtg-ping-probeH A D03-May-202219.8 KiB660201

mrtg.cfg-pingH A D13-Sep-20034.3 KiB10896

README

1
2mrtg-ping-probe - A Round Trip Time and Packet Loss Probe
3
4			for
5
6	MRTG - The Multi Router Traffic Grapher.
7
8
9Copyright (c) 1997-2003 Peter W. Osel <pwo@pwo.de>.
10All rights reserved.
11
12
13See the file COPYRIGHT in the distribution for the exact terms.
14
15See the file INSTALL for installation instructions.
16
17
18mrtg-ping-probe is a ping probe for MRTG 2.x.  It is used to monitor
19the round trip time and packet loss to networked devices.  MRTG uses
20its output to generate graphs visualizing minimum and maximum round
21trip times or packet loss.
22
23The latest release of mrtg-ping-probe can always be found on the web at
24	http://pwo.de/projects/mrtg/
25or via anonymous ftp at
26	ftp://ftp.pwo.de/pub/pwo/mrtg/mrtg-ping-probe/
27
28mrtg-ping-probe depends on the following software being installed on
29your system: perl (at least version 5.003), mrtg (I use version 2.8.8,
30though any mrtg 2.x version should work), and a ping program that
31displays a summary of the round trip times upon termination or
32timeout.
33
34mrtg-ping-probe runs on AIX, BSD/OS 2.1, FreeBSD/2.2.x, IRIX/6.2,
35Linux, Mac OS X (Darwin 5.4), NetBSD, OpenBSD, OS/2, OSF1 V3.2, Solaris
361.1.2 (SunOS 4.1.4), Solaris 2.5.1 (SunOS 5.5.1), Solaris 7 (SunOS
375.7), Solaris 8 (SunOS 5.8), Solaris 9 (SunOS 5.9), HP-UX 9, Windows
3898, and Windows 2000 (english, french, portugesee, and spanish
39locales).
40
41If you install the Windows ping program that comes with Windows 98,
42Windows 2000, or WinSock 2.x, mrtg-ping-probe will also run on Windows
4395 and Windows 4.0.
44
45Support for additional systems is usually easy to add, as described in
46the file INSTALL.
47
48Act responsible: do not use mrtg-ping-probe to ping devices without the
49owner's permission.  Just imagine 10,000 people would decide to ping
50your hosts ...  mrtg-ping-probe is meant to be used within your network
51to get round trip time performance figures for your network.
52
53
54Please check out Tobias Oetiker's smokeping ("the mrtg for latency") at
55	http://people.ee.ethz.ch/~oetiker/webtools/smokeping/
56SmokePing measures latency, latency distribution and packet loss in
57your network. It uses RRDtool to maintain the longterm datastore and to
58draws pretty graphs.
59
60
61IMPORTANT!  Communicate any problem and suggested patches to me, Peter
62W. Osel <pwo@pwo.de>, so we can keep this distribution in sync.  If
63you have a problem, there will be someone else who had it or will have
64it too...
65
66If possible, send me patches such that the patch program will apply
67them.  Context diffs are the best, then normal diffs.  Do not send ed
68scripts, I have probably changed my copy since the version you got.
69
70
71I have to thank the following people
72
73Tobias Oetiker <oetiker@ee.ethz.ch> and Dave Rand <dlr@bungi.com> for
74writing MRTG in the first place.
75
76Wee-Meng LEE <leewm@sgp.hp.com> for porting mrtg-ping-probe to HPUX 9.x
77and writing cfgpingmaker, which I renamed to mrtg-ping-cfg and plan to
78rewrite it in perl as soon as I find the time (tm;-)
79
80Simon Amor <simon@foobar.co.uk> for his perl script.  It was a big help
81and motivation to get mrtg-ping-probe started.
82
83Fabrizio Pivari <Fabrizio.Pivari@agip.it> for adding AIX support.
84
85Mick Ghazey <mick@lowdown.com> for triggering the port to Linux.
86
87Dobrica Pavlinusic <dpavlin@foi.hr> for adding OSF1 support.
88
89Ray Goodrich <RGoodrich@aviant.com> for adding support for Windows.
90
91Pavel Juran <juran@proca.cz> for valuable insights into the Windows
92world and information on WinSock 2.x for Windows 95/98.
93
94voytek@sbt.net.au for helping on the OS/2 port.
95
96Ola Eriksson <ola@udd.net> for adding NetBSD support.
97
98Xander Soldaat <xander@soldaat.com> for adding OpenBSD support.
99
100Scott Shipley <SShipley@innovexinc.com> for adding RedHat 7 support.
101
102Jerome Moinet <jerome@moinet.org> and Nicolas
103<ndsoftware@ndsoftware.net> for helping to support the french Windows
104locale, Luis Rafael <lrafael@ipg.pt> for helping with the portugesee
105locale, and Luis Carrizo <luis-carrizo@ajvierci.com.py> for helping
106with the spanish locale.
107
108Peter "Pete" Chen <petechen@on2.com> for his timeout contribution.
109
110Fred Inklaar <fred@airplant.net> for adding support for Mac OS X
111(Darwin 5.4).
112
113Thomas Sailer <sailer@gamecube.hb9jnx.ampr.org>, Ulf Viney
114<uviney@blueairnetworks.com>, Enrique Iglesias Rodriguez
115<enrique@intelideas.net>, Martin <anonymous@sol.dk>, and
116<winniethepooh@libertysurf.fr> for helping to support RedHat Linux 7.3
117(and possibly other new Linux distributions using new ping versions).
118
119Willem Jan Withagen <wwithagen@vianetworks.nl> for pointing out that
120freebsd 3.x and later no longer allows non-root user to use ping -s.
121
122
123@(#) $Id: README,v 2.3 2003/09/13 18:04:29 pwo Exp $
124@(#) mrtg-ping-probe release $Name: Release_2_2_0 $
125