<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
</head>
<body>
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:56.7pt 42.5pt 56.7pt 85.05pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
<div class="WordSection1">
<p class="MsoNormal">Hi Christian,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I had similar issue, make sure you have installed packed called tcptraceroute/traceroute(that’s solved my issue) on the box that you are running smokeping instance from. I am 100% sure that’s the issue.
</p>
<div>
<div style="mso-element:para-border-div;border:solid #CCCCCC 1.0pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;background:whitesmoke">
<pre style="margin-bottom:7.5pt;background:whitesmoke;word-break:break-all;border:none;padding:0in">Ubuntu: <span style="font-family:Consolas;color:#333333">sudo apt-get install tcptraceroute<o:p></o:p></span></pre>
</div>
</div>
<p class="MsoNormal"><br>
Also, have you tried running smokeping in debug mode? It could shed some light.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<br>
Igor</p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> smokeping-users <smokeping-users-bounces+aikanaro=live.ru@lists.oetiker.ch> on behalf of Christian Vo <christian.vo@gmail.com><br>
<b>Sent:</b> Wednesday, November 21, 2018 10:23:48 PM<br>
<b>To:</b> smokeping-users@lists.oetiker.ch<br>
<b>Subject:</b> [smokeping-users] TCPPing - glob -- how to fix this?</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div>(Sorry if it's been asked, but google search didn't clearly explain how to resolve this =()</div>
<div><br>
</div>
<div><br>
</div>
<div>I'm trying to implement a probe using TCPPing <br>
</div>
<div>I have the script working along with tcptraceroute (i.e. works via CLI fine)</div>
<div><br>
</div>
<div>however, smokeping isn't generating any data against the target host,</div>
<div>and from debug allI see is the following:</div>
<div><br>
</div>
<div>TCPPing: forks 5, timeout for each target 301<br>
TCPPing: Executing /usr/sbin/tcpping -C -x 20 <a href="http://host.somewhere.com">
host.somewhere.com</a> 443<br>
TCPPing: Received: GLOB(0x2e388e8)<br>
TCPPing:  <a href="http://host.somewhere.com">host.somewhere.com</a>: got <br>
</div>
<div>(Nothing else afterwards related to TCPPing, just FPING targets and related results)<br>
</div>
<div><br>
</div>
<div>I tried to search on " TCPPing: Received: GLOB(0x2e388e8)"</div>
<div>which got me this: <a href="https://github.com/oetiker/SmokePing/issues/60">
https://github.com/oetiker/SmokePing/issues/60</a></div>
<div>but I'm not sure if I'm missing something...</div>
<div><br>
</div>
<div>my Probe definition:</div>
<div><br>
</div>
<div>+ TCPPing<br>
<br>
binary = /usr/sbin/tcpping<br>
forks = 5<br>
step = 300<br>
offset = 50%<br>
timeout = 15</div>
<div><br>
</div>
<div>my Target definition:</div>
<div><br>
</div>
<div>probe = TCPPing<br>
menu = zoom<br>
title =  <a href="http://host.somewhere.com">host.somewhere.com</a> <br>
host =  <a href="http://host.somewhere.com">host.somewhere.com</a> <br>
port = 443</div>
<div><br>
</div>
<div>Pls help,</div>
<div><br>
</div>
<div>Chris<br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>