<html><head><title>Re: [smokeping-users] Graph but no results</title>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">If I were to guess, I'd guess there's some syntax issue with the def of the target.<br>
<br>
Recheck the configs.<br>
<br>
Some possibilities: <br>
-The TelnetIOSPing isn't where you think it is or has permission issues, and smokeping can't run it.<br>
-The way the credentials are passed to SP cause an issue. [Again, syntactical]<br>
<br>
I don't have any other great ideas - and I know nothing about TelnetIOSPing - but I'd guess starting at scratch again and taking a break and re-reviewing the configs will probably get you there.<br>
<br>
-Greg<br>
<br>
<br>
</span><table bgcolor="#ffffff">
<tr>
<td width=2 bgcolor= #0000ff><br>
</td>
<td width=1050><span style=" font-family:'courier new'; font-size: 9pt;">The debug was actually directly from the TelnetIOSPing.pm. I simply uncommented a few statements and changed the path/filename and included the $source at the top to clearly delineate the host it was printing output from the Extended Ping results.<br>
<br>
So I ran smokeping in debug mode. Interesting... Smokeping isn't getting any data to update the rrd with. <br>
<br>
pattern match timed-out at /usr/share/perl5/Smokeping/probes/TelnetIOSPing.pm line 172<br>
TelnetIOSPing: <censored>: got <br>
<br>
Calling RRDs::update(/var/lib/smokeping/Network/core_to_esedo/esedo_to_mesa_rtr.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10:ping11:ping12:ping13:ping14:ping15:ping16:ping17:ping18:ping19:ping20 1380903220:U:20:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U)<br>
<br>
<br>
It would appear that there is a problem waiting for the prompt after issuing the "Terminal Length 0" command What's odd is that a running log of the ping command output shows results for the connected host as I showed in my original post. I know from everybody else's point of view, your's included, that the obvious question "are you sure your seeing the output from the host you think you are?". Reasonable question. I don't know how I could be seeing otherwise, the debug print statements follow the $telnet-> yada yada statements and result.<br>
<br>
Ok, so the debug indicates there are no results due to a problem getting to the ping command (line179 - $telnet->waitfor('/[\@\w\-\.]+[>#][ ]*$/');) . So I do the login to the router manually and it works (using the password from the Probe config file for the smokeping user). It doesn't appear to be an authentication issue...<br>
<br>
BTW - I use tacacs, and every router is auth'ing against the same source<br>
<br>
<br>
root@smokeping1:/etc/smokeping# ssh </span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:smokeping@cr1.esedo">smokeping@cr1.esedo</a><br>
<br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">************************************************************<br>
| |<br>
||| |||<br>
||||| |||||<br>
.....:|||||||:.....:|||||||:.....<br>
C i s c o S y s t e m s<br>
************************************************************<br>
Company = <censored><br>
Site Name = ESEDO<br>
Location = <censored><br>
Device Name = cr1.esedo<br>
FQDN = cr1.esedo.<censored>.net (ins: cr1.esedo)<br>
Contact = <censored><br>
************************************************************<br>
<br>
\\|//<br>
(o o)<br>
-----oOO---(^)------------<br>
***********************************************************<br>
* WARNING: This is a controlled access system...<br>
*<br>
*<br>
* Access to this equipment is restricted to <censored><br>
* authorized employees only. Any intrusions or misuse will<br>
* be prosecuted to the fullest extent of local, state &<br>
* federal law.<br>
*<br>
* All activities on this network are logged!!!<br>
*<br>
*<br>
* If you are not an authorized user, disconnect now!!<br>
***********************************************************<br>
------------------oOO-----<br>
|__| |__|<br>
| | | |<br>
<br>
Password: <br>
<br>
cr1.esedo>en<br>
Password: <br>
cr1.esedo#ping<br>
Protocol [ip]: <br>
Target IP address: <censored><br>
Repeat count [5]: 20<br>
Datagram size [100]: <br>
Timeout in seconds [2]: <br>
Extended commands [n]: y<br>
Source address or interface: <br>
Type of service [0]: <br>
Set DF bit in IP header? [no]: <br>
Validate reply data? [no]: <br>
Data pattern [0xABCD]: <br>
Loose, Strict, Record, Timestamp, Verbose[none]: v<br>
Loose, Strict, Record, Timestamp, Verbose[V]: <br>
Sweep range of sizes [n]: <br>
Type escape sequence to abort.<br>
Sending 20, 100-byte ICMP Echos to <censored>, timeout is 2 seconds:<br>
Reply to request 0 (4 ms)<br>
Reply to request 1 (8 ms)<br>
Reply to request 2 (4 ms)<br>
Reply to request 3 (12 ms)<br>
Reply to request 4 (12 ms)<br>
Reply to request 5 (8 ms)<br>
Reply to request 6 (8 ms)<br>
Reply to request 7 (8 ms)<br>
Reply to request 8 (4 ms)<br>
Reply to request 9 (8 ms)<br>
Reply to request 10 (4 ms)<br>
Reply to request 11 (8 ms)<br>
Reply to request 12 (4 ms)<br>
Reply to request 13 (4 ms)<br>
Reply to request 14 (4 ms)<br>
Reply to request 15 (8 ms)<br>
Reply to request 16 (4 ms)<br>
Reply to request 17 (8 ms)<br>
Reply to request 18 (8 ms)<br>
Reply to request 19 (8 ms)<br>
Success rate is 100 percent (20/20), round-trip min/avg/max = 4/6/12 ms<br>
cr1.esedo#<br>
<br>
<br>
<br>
On 10/04/2013 08:46 AM, Gregory Sloop wrote:</td>
</tr>
</table>
<span style=" font-family:'courier new'; font-size: 9pt;">The "debug" you sent was from *your* script, not a smokeping --debug, right.<br>
<br>
Have you run smokeping --debug and watched the data/logs it returns?<br>
<br>
Again, usually the problems are: <br>
writing the data to the RRD - and running smokeping in debug mode will show you what's happening here: [or for a slave - the apache + apache-error logs]<br>
- or -<br>
reading the data from the RRD for presentation - and the apache [and the apache error] logs will show you this.<br>
<br>
So, if you're sure there's no read problem, then I think we're back to making sure that real data is hitting the RRD and a smokeping --debug would probably be enlightening.<br>
<br>
-Greg<br>
<br>
</span><table bgcolor="#ffffff">
<tr>
<td width=2 bgcolor= #0000ff><br>
</td>
<td width=1022><span style=" font-family:'courier new'; font-size: 9pt;">Hi Greg,<br>
<br>
It's odd because both targets were added to the conf at the same time and are under the same parent. It would be strange that one rrd file would be writable/readable while to other not. However, looking at the suggestions you offered, I don't see any errors/problems with file permissions or entries in the apache log.<br>
<br>
<br>
# It would appear the rrd files have the proper permissions. Same owner:user for esedo_to_x (which does not display data in graph) as pvdc_to_x (which does display data in graph). The files are also being updated. Is there something here or elsewhere I am missing?<br>
<br>
Thank you again....<br>
<br>
<br>
<br>
root@smokeping1:/home/tonyd# ll /var/lib/smokeping/Network/core_to_esedo<br>
total 23388<br>
drwxr-xr-x 2 smokeping smokeping 4096 Oct 2 22:49 ./<br>
drwxr-xr-x 6 smokeping smokeping 4096 Oct 2 10:53 ../<br>
-rw-r--r-- 1 smokeping smokeping 2986808 Oct 4 08:13 esedo_to_foothills_rtr.rrd<br>
-rw-r--r-- 1 smokeping smokeping 2986808 Oct 4 08:13 esedo_to_mesa_rtr.rrd<br>
-rw-r--r-- 1 smokeping smokeping 2986808 Oct 4 08:13 esedo_to_montezona_rtr.rrd<br>
-rw-r--r-- 1 smokeping smokeping 2986808 Oct 4 08:13 esedo_to_voc_rtr.rrd<br>
-rw-r--r-- 1 smokeping smokeping 2986808 Oct 4 08:13 mm_to_foothills_rtr.rrd<br>
-rw-r--r-- 1 smokeping smokeping 2986808 Oct 4 08:13 pvdc_to_esedo_core.rrd<br>
-rw-r--r-- 1 smokeping smokeping 2986808 Oct 4 08:13 pvdc_to_mesa_rtr.rrd<br>
-rw-r--r-- 1 smokeping smokeping 2986808 Oct 4 08:13 pvdc_to_voc_rtr.rrd<br>
<br>
<br>
<br>
# This does not display data<br>
<br>
tail -f /var/log/apache2/access.log<br>
<br>
<censored> - - [04/Oct/2013:08:07:12 -0700] "GET /cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr HTTP/1.1" 200 2010 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:07:13 -0700] "GET /smokeping/images/Network/core_to_esedo/esedo_to_mesa_rtr_last_86400.png HTTP/1.1" 200 21541 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:07:13 -0700] "GET /smokeping/images/Network/core_to_esedo/esedo_to_mesa_rtr_last_2592000.png HTTP/1.1" 200 22492 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:07:13 -0700] "GET /smokeping/images/Network/core_to_esedo/esedo_to_mesa_rtr_last_31536000.png HTTP/1.1" 200 22418 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:07:13 -0700] "GET /smokeping/images/Network/core_to_esedo/esedo_to_mesa_rtr_last_604800.png HTTP/1.1" 200 20330 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:07:13 -0700] "GET /smokeping/images/Network/core_to_esedo/esedo_to_mesa_rtr_last_10800.png HTTP/1.1" 200 21382 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:07:13 -0700] "GET /smokeping/images/Network/core_to_esedo/esedo_to_mesa_rtr_last_43200.png HTTP/1.1" 200 20971 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.esedo_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:07:14 -0700] "GET /favicon.ico HTTP/1.1" 404 501 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<br>
<br>
# This displays data<br>
<br>
<censored> - - [04/Oct/2013:08:14:14 -0700] "GET /cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr HTTP/1.1" 200 2005 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:14:16 -0700] "GET /smokeping/images/Network/core_to_esedo/pvdc_to_mesa_rtr_last_2592000.png HTTP/1.1" 200 25540 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:14:16 -0700] "GET /smokeping/images/Network/core_to_esedo/pvdc_to_mesa_rtr_last_10800.png HTTP/1.1" 200 26251 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:14:16 -0700] "GET /smokeping/images/Network/core_to_esedo/pvdc_to_mesa_rtr_last_43200.png HTTP/1.1" 200 29813 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:14:16 -0700] "GET /smokeping/images/Network/core_to_esedo/pvdc_to_mesa_rtr_last_604800.png HTTP/1.1" 200 27440 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:14:16 -0700] "GET /smokeping/images/Network/core_to_esedo/pvdc_to_mesa_rtr_last_31536000.png HTTP/1.1" 200 22782 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:14:16 -0700] "GET /smokeping/images/Network/core_to_esedo/pvdc_to_mesa_rtr_last_86400.png HTTP/1.1" 200 34500 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr">"http://216.19.19.135/cgi-bin/smokeping.cgi?target=Network.core_to_esedo.pvdc_to_mesa_rtr"</a><span style=" font-family:'courier new'; font-size: 9pt;"> "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<censored> - - [04/Oct/2013:08:14:16 -0700] "GET /favicon.ico HTTP/1.1" 404 501 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"<br>
<br>
<br>
</td>
</tr>
</table>
<br><br>
<br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">On 10/04/2013 07:48 AM, Gregory Sloop wrote:<br>
Have you checked the apache logs to see if it can actually read the RRD files to get the data you want?<br>
<br>
Usually when there's an "empty" graph the problem is one of two things:<br>
1) smokeping can't write the data to the RRD.<br>
2) the web-server can't read it.<br>
<br>
If you've really debugged things and you're sure it's successfully writing to the RRD, then you'd want to watch the web-server logs and see if it's really reading them.<br>
<br>
-Greg<br>
<br>
<br>
</span><table bgcolor="#ffffff">
<tr>
<td width=2 bgcolor= #0000ff><br>
</td>
<td width=571><span style=" font-family:'courier new'; font-size: 9pt;">I meant to include my Probe definition.<br>
<br>
<br>
+TelnetIOSPing<br>
<br>
forks = 5<br>
offset = 50%<br>
packetsize = 56<br>
step = 300<br>
timeout = 10<br>
iospass = <censored><br>
iosuser = smokeping<br>
pings = 20<br>
Hello,<br>
<br>
Maybe someone could provide me with some assistance. I have a<br>
host/Target graph that get's created and populates the web page.<br>
However, no results appear on the graph. I am using the TelnetIOSPing<br>
probe. I have a number of other hosts/Targets that are using this<br>
probe. I have kicked out some debug results from<br>
/usr/share/perl5/Smokeping/probes/TelnetIOSPing.pm and the host is<br>
reachable and I see ping results, but they don't make it into the<br>
graph. In addition, no errors related to said host, are showing in the<br>
smokeping.log. Any ideas?<br>
<br>
Thank you!<br>
<br>
<br>
open(OUTF,">>/tmp/TelnetIOSPing.debug") || die "Can't open OUTF: $!";<br>
print OUTF "target => $dest\nsource => $source\nuser => $login\n";<br>
<br>
my $ok = $telnet->open(Host => $source,<br>
Port => $port);<br>
<br>
print OUTF "\n";<br>
print OUTF "===========================\n";<br>
print OUTF "Connection to $source $ok\n";<br>
print OUTF "\n";<br>
<br>
#---- Code that does the log in and executes extended ping<br>
<br>
$telnet->prompt('/[\@\w\-\.]+[>#][ ]*$/');<br>
@output = $telnet->cmd("n");<br>
<br>
#$telnet->waitfor('/[\@\w\-\.]+[>#][ ]*$/');<br>
$telnet->print("quit");<br>
$telnet->close;<br>
<br>
print OUTF "closed Telnet connection\n";<br>
<br>
my @times = ();<br>
while (@output) {<br>
my $outputline = shift @output;<br>
chomp($outputline);<br>
print OUTF "$outputline\n";<br>
$outputline =~ /^Reply to request \d+ \((\d+) ms\)/ && push(@times,$1);<br>
print OUTF "$outputline => $1\n";<br>
}<br>
<br>
<br>
<<< I see data in graph from this Target >>><br>
<br>
+++ pvdc_to_mesa_rtr<br>
menu = Core to eSedo MESA RTR<br>
title = Core Router to eSedo MESA RTR<br>
probe = TelnetIOSPing<br>
host = <censored><br>
source = <censored><br>
<br>
<br>
===========================<br>
Connection to <censored> 1<br>
<br>
closed Telnet connection<br>
Type escape sequence to abort.<br>
Type escape sequence to abort. =><br>
Sending 20, 56-byte ICMP Echos to <censored>, timeout is 2 seconds:<br>
Sending 20, 56-byte ICMP Echos to <censored>, timeout is 2 seconds: =><br>
Reply to request 0 (1 ms)<br>
Reply to request 0 (1 ms) => 1<br>
Reply to request 1 (4 ms)<br>
Reply to request 1 (4 ms) => 4<br>
Reply to request 2 (1 ms)<br>
Reply to request 2 (1 ms) => 1<br>
Reply to request 3 (1 ms)<br>
Reply to request 3 (1 ms) => 1<br>
Reply to request 4 (1 ms)<br>
Reply to request 4 (1 ms) => 1<br>
Reply to request 5 (1 ms)<br>
Reply to request 5 (1 ms) => 1<br>
Reply to request 6 (1 ms)<br>
Reply to request 6 (1 ms) => 1<br>
Reply to request 7 (1 ms)<br>
Reply to request 7 (1 ms) => 1<br>
Reply to request 8 (4 ms)<br>
Reply to request 8 (4 ms) => 4<br>
Reply to request 9 (1 ms)<br>
Reply to request 9 (1 ms) => 1<br>
Reply to request 10 (1 ms)<br>
Reply to request 10 (1 ms) => 1<br>
Reply to request 11 (1 ms)<br>
Reply to request 11 (1 ms) => 1<br>
Reply to request 12 (1 ms)<br>
Reply to request 12 (1 ms) => 1<br>
Reply to request 13 (1 ms)<br>
Reply to request 13 (1 ms) => 1<br>
Reply to request 14 (1 ms)<br>
Reply to request 14 (1 ms) => 1<br>
Reply to request 15 (1 ms)<br>
Reply to request 15 (1 ms) => 1<br>
Reply to request 16 (1 ms)<br>
Reply to request 16 (1 ms) => 1<br>
Reply to request 17 (1 ms)<br>
Reply to request 17 (1 ms) => 1<br>
Reply to request 18 (1 ms)<br>
Reply to request 18 (1 ms) => 1<br>
Reply to request 19 (4 ms)<br>
Reply to request 19 (4 ms) => 4<br>
Success rate is 100 percent (20/20), round-trip min/avg/max = 1/1/4 ms<br>
Success rate is 100 percent (20/20), round-trip min/avg/max = 1/1/4 ms => 4<br>
target => <censored><br>
source => <censored><br>
user => smokeping<br>
<br>
<br>
<br>
<br>
<<< I DO NOT see data in graph from this Target >>><br>
<br>
+++ esedo_to_mesa_rtr<br>
menu = esedo Core to eSedo MESA<br>
title = eSedo Core Router to eSedo MESA RTR<br>
probe = TelnetIOSPing<br>
host = <censored><br>
source = <censored><br>
<br>
<br>
===========================<br>
Connection to <censored> 1<br>
<br>
closed Telnet connection<br>
Type escape sequence to abort.<br>
Type escape sequence to abort. =><br>
Sending 20, 56-byte ICMP Echos to <censored>, timeout is 2 seconds:<br>
Sending 20, 56-byte ICMP Echos to <censored>, timeout is 2 seconds: =><br>
Reply to request 0 (60 ms)<br>
Reply to request 0 (60 ms) => 60<br>
Reply to request 1 (52 ms)<br>
Reply to request 1 (52 ms) => 52<br>
Reply to request 2 (24 ms)<br>
Reply to request 2 (24 ms) => 24<br>
Reply to request 3 (64 ms)<br>
Reply to request 3 (64 ms) => 64<br>
Reply to request 4 (56 ms)<br>
Reply to request 4 (56 ms) => 56<br>
Reply to request 5 (40 ms)<br>
Reply to request 5 (40 ms) => 40<br>
Reply to request 6 (44 ms)<br>
Reply to request 6 (44 ms) => 44<br>
Reply to request 7 (60 ms)<br>
Reply to request 7 (60 ms) => 60<br>
Reply to request 8 (40 ms)<br>
Reply to request 8 (40 ms) => 40<br>
Reply to request 9 (36 ms)<br>
Reply to request 9 (36 ms) => 36<br>
Reply to request 10 (20 ms)<br>
Reply to request 10 (20 ms) => 20<br>
Reply to request 11 (20 ms)<br>
Reply to request 11 (20 ms) => 20<br>
Reply to request 12 (28 ms)<br>
Reply to request 12 (28 ms) => 28<br>
Reply to request 13 (28 ms)<br>
Reply to request 13 (28 ms) => 28<br>
Reply to request 14 (36 ms)<br>
Reply to request 14 (36 ms) => 36<br>
Reply to request 15 (20 ms)<br>
Reply to request 15 (20 ms) => 20<br>
Reply to request 16 (20 ms)<br>
Reply to request 16 (20 ms) => 20<br>
Reply to request 17 (8 ms)<br>
Reply to request 17 (8 ms) => 8<br>
Reply to request 18 (20 ms)<br>
Reply to request 18 (20 ms) => 20<br>
Reply to request 19 (44 ms)<br>
Reply to request 19 (44 ms) => 44<br>
Success rate is 100 percent (20/20), round-trip min/avg/max = 8/36/64 ms<br>
Success rate is 100 percent (20/20), round-trip min/avg/max = 8/36/64 ms => 44<br>
target => <censored><br>
source => <censored><br>
user => smokeping<br>
<br>
<br>
<br>
_______________________________________________<br>
smokeping-users mailing list<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:smokeping-users@lists.oetiker.ch">smokeping-users@lists.oetiker.ch</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users">https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users</a></td>
</tr>
</table>
<br><br>
<br>
<br>
<span style=" font-family:'arial'; font-size: 9pt; color: #c0c0c0;"><i>-- <br>
Gregory Sloop, Principal: Sloop Network & Computer Consulting<br>
Voice: 503.251.0452 x82<br>
EMail: </i></span><a style=" font-family:'arial'; font-size: 9pt;" href="mailto:gregs@sloop.net">gregs@sloop.net</a><br>
<a style=" font-family:'arial'; font-size: 9pt;" href="http://www.sloop.net">http://www.sloop.net</a><br>
<span style=" font-family:'arial'; font-size: 9pt; color: #c0c0c0;"><i>--- <br>
<br>
<span style=" font-size: 8pt;">-- <br>
Gregory Sloop, Principal: Sloop Network & Computer Consulting<br>
Voice: 503.251.0452 x82<br>
EMail: </span></i></span><a style=" font-family:'arial'; font-size: 9pt;" href="mailto:gregs@sloop.net">gregs@sloop.net</a><br>
<a style=" font-family:'arial'; font-size: 9pt;" href="http://www.sloop.net">http://www.sloop.net</a><br>
<span style=" font-family:'arial'; font-size: 9pt; color: #c0c0c0;"><i>--- <br>
<br>
<span style=" font-size: 8pt;">-- <br>
Gregory Sloop, Principal: Sloop Network & Computer Consulting<br>
Voice: 503.251.0452 x82<br>
EMail: </span></i></span><a style=" font-family:'arial';" href="mailto:gregs@sloop.net">gregs@sloop.net</a><br>
<a style=" font-family:'arial';" href="http://www.sloop.net">http://www.sloop.net</a><br>
<span style=" font-family:'arial'; color: #c0c0c0;"><i>---</body></html>