<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>so this issue is indeed with the tcpping script. I updated to a version v2.2 i found on GitHub but that changes from tcptraceroute to traceroute, which requires root (no good)</div><div><br></div><div>Here the patch for Richards tcpping script v1.7 referenced on the smokeping website</div><div><br></div><div><font face="monospace,monospace">davidk@SmokePingDiag:/etc/smokeping$ diff /usr/bin/tcpping ~/tcpping<br>80c80,84<br><                       echo -n " $rtt"<br>---<br>>                       if [ $rtt != "255" ]; then<br>>                               echo -n " $rtt"<br>>                       else<br>>                               echo -n " -"<br>>                       fi</font><br></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Nov 3, 2018 at 12:24 PM davek <<a href="mailto:davidkierz@gmail.com">davidkierz@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am using TCPPing probe for a number of hosts and it works as expected when the host is up and the port is open. If the host is offline or the port is closed smokeping still graphs a value, 250ms. I would expect to see no data in this case. Any ideas?</div>
</blockquote></div>