Unix and Linux Discussions Tagged with ping |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
17 |
17,015 |
UNIX for Advanced & Expert Users |
|
|
|
13 |
3,951 |
Shell Programming and Scripting |
|
|
|
3 |
2,477 |
Shell Programming and Scripting |
|
|
|
3 |
12,847 |
Shell Programming and Scripting |
|
|
|
2 |
2,951 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
7,946 |
Programming |
|
|
|
5 |
9,163 |
UNIX Desktop Questions & Answers |
|
|
|
9 |
11,736 |
Solaris |
|
|
|
9 |
4,919 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
6,483 |
Red Hat |
|
|
|
5 |
11,301 |
AIX |
|
|
|
5 |
4,401 |
Shell Programming and Scripting |
|
|
|
1 |
1,490 |
Shell Programming and Scripting |
|
|
|
3 |
6,299 |
Shell Programming and Scripting |
|
|
|
2 |
6,092 |
IP Networking |
|
|
|
2 |
6,687 |
AIX |
|
|
|
8 |
11,233 |
IP Networking |
|
|
|
2 |
4,147 |
AIX |
|
|
|
2 |
9,608 |
Shell Programming and Scripting |
|
|
|
14 |
10,201 |
OS X (Apple) |
|
|
|
10 |
9,301 |
Shell Programming and Scripting |
|
|
|
1 |
2,465 |
Shell Programming and Scripting |
|
|
|
3 |
6,743 |
IP Networking |
|
|
|
4 |
14,289 |
UNIX for Dummies Questions & Answers |
|
|
|
29 |
23,027 |
Solaris |
|
|
|
2 |
7,818 |
Red Hat |
|
|
|
2 |
10,034 |
IP Networking |
|
|
|
12 |
18,085 |
Solaris |
|
|
|
3 |
6,467 |
Shell Programming and Scripting |
|
|
|
7 |
7,387 |
Shell Programming and Scripting |
|
|
|
4 |
10,032 |
Shell Programming and Scripting |
|
|
|
0 |
2,110 |
Software Releases - RSS News |
|
|
|
8 |
16,560 |
IP Networking |
|
|
|
1 |
1,844 |
Shell Programming and Scripting |
|
|
|
2 |
9,669 |
Solaris |
|
|
|
5 |
4,305 |
Shell Programming and Scripting |
|
|
|
5 |
32,684 |
Shell Programming and Scripting |
|
|
|
5 |
2,612 |
Solaris |
|
|
|
5 |
15,971 |
AIX |
|
|
|
4 |
3,680 |
Shell Programming and Scripting |
MRTG-PING-PROBE(1) General Commands Manual MRTG-PING-PROBE(1)
NAME
mrtg-ping-probe - ping probe module for Multi Router Traffic Grapher
DESCRIPTION
mrtg-ping-probe is a ping probe module for MRTG 2.x. It is used to monitor the round trip time and packet loss to networked devices. MRTG
uses the output of mrtg-ping-probe to generate graphs visualizing minimum and maximum round trip times or packet loss.
mrtg-ping-probe is not run directly, but is called by MRTG as a helper when it needs to determine ping time to a host.
Act responsibly: do not use mrtg-ping-probe to ping devices without the owner's permission. Just imagine if 10,000 people decided to ping
your hosts! mrtg-ping-probe is meant to be used within your network to get round trip time performance figures for your network.
OPTIONS
To use mrtg-ping-probe you need to configure MRTG to call it from within the definition of a target host. This is done in the MRTG config
file, which is usually /etc/mrtg.conf.
Here's an example snippet: change the target name and IP address to suit your needs.
Target[your.target.ping]: `/usr/bin/mrtg-ping-probe 123.456.789.123`
SetEnv[your.target.ping]: MRTG_INT_IP="123.456.789.123" MRTG_INT_DESCR="ping"
MaxBytes[your.target.ping]: 100
AbsMax[your.target.ping]: 200
Options[your.target.ping]: gauge, growright
YLegend[your.target.ping]: ping time (ms)
ShortLegend[your.target.ping]: ms
Legend1[your.target.ping]: Maximum Round Trip Time in ms
Legend2[your.target.ping]: Minimum Round Trip Time in ms
Legend3[your.target.ping]: Maximal 5 Minute Maximum Round Trip Time in ms
Legend4[your.target.ping]: Maximal 5 Minute Minimum Round Trip Time in ms
LegendI[your.target.ping]: Max:
LegendO[your.target.ping]: Min:
Pay close attention to the backticks in the first line which tell MRTG to execute the nominated external program. Note also that you need
to use the "gauge" option, since the results of subsequent ping probes are independant values and not an incrementing counter.
SEE ALSO
mrtg(1).
The latest release of mrtg-ping-probe can be found on the web at http://pwo.de/projects/mrtg/
AUTHOR
This manual page was written by Jonathan Oxer <jon@debian.org>, for the Debian project (but may be used by others).
April 14, 2003 MRTG-PING-PROBE(1)