<html><head><title>Re: [smokeping-users] Smokeping not graphing tcpping data</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">Is there no page anywhere that will give something other than a 404?<br>
You can pass it a URL, so even if it's just a login page, that would still be fine, even if you're not logging in. [But what the heck is the point of checking a web server on https unless you can see if it actually serves pages! A 404 doesn't really tell you that - though I guess it does tell you the server can issue 404's though. :) ]<br>
<br>
I don't know what hitting a login page 20 times a minute, for example, might do to performance on the device in your situation. It might also trigger an IDS alert/warning.<br>
<br>
You might see if there's some other options you can pass the executable that would allow it to "recognize" 404's as a working setup, but unless there's that option, I think you're stuck if you can't pass it a valid URL that won't produce a 404.<br>
<br>
{Big aside here: It looks a little like you're just checking the state of the server - that it's "up" vs "down." While smokeping can do this kind if task, it's probably better suited to something like Nagios/Zenos etc. You might consider that. SP is best at measuring the "health" of a connection in terms of latency and packet-loss - not at measuring state and keeping history of the same. SP's alerting is, IMO, especially poor for that sort of thing too. It's a performance measurement tool, not a "state" measurement tool. Using it for state can work, but isn't optimal, IMO.}<br>
<br>
<br>
-Greg<br>
<br>
</span><table>
<tr>
<td width=2 bgcolor= #0000ff><br>
</td>
<td><span style=" font-family:'courier new'; font-size: 9pt;">Thanks Greg. I switched over to EchoPingHttps. In my scenario I am simply looking to confirm that port 443 is open. There is no actual page to load at the address though. Is there a way to ignore the 404 response and still measure that response time to the port?<br>
<br>
<span style=" font-size: 8pt; color: #e0e0e0;">Smokeping version 2.003006 successfully launched.<br>
Not entering multiprocess mode with '--debug'. Use '--debug-daemon' for that.<br>
EchoPingHttps: probing 2 targets with step 300 s and offset 210 s.<br>
FPing: probing 0 targets with step 300 s and offset 210 s.<br>
TCPPing: probing 0 targets with step 300 s and offset 210 s.<br>
EchoPingHttps: forks 5, timeout for each target 101<br>
EchoPingHttps: executing cmd /usr/bin/echoping -t 5 -C -h / -n 20 </span></span><a style=" font-family:'courier new';" href="http://gateway14.host.com:443">gateway14.host.com:443</a><br>
<span style=" font-family:'courier new'; color: #e0e0e0;">EchoPingHttps: executing cmd /usr/bin/echoping -t 5 -C -h / -n 20 </span><a style=" font-family:'courier new';" href="http://gateway17.host.com:443">gateway17.host.com:443</a><br>
<span style=" font-family:'courier new'; color: #e0e0e0;">EchoPingHttps: WARNING: "/usr/bin/echoping -t 5 -C -h / -n 20 </span><a style=" font-family:'courier new';" href="http://gateway14.host.com:443">gateway14.host.com:443</a><span style=" font-family:'courier new'; color: #e0e0e0;">" exited with status 1 - output follows<br>
"choPingHttps:          HTTP error "HTTP/1.1 404 Not Found<br>
EchoPingHttps: WARNING: "/usr/bin/echoping -t 5 -C -h / -n 20 </span><a style=" font-family:'courier new';" href="http://gateway17.host.com:443">gateway17.host.com:443</a><span style=" font-family:'courier new'; color: #e0e0e0;">" exited with status 1 - output follows<br>
"choPingHttps:          HTTP error "HTTP/1.1 404 Not Found<br>
EchoPingHttps: </span><a style=" font-family:'courier new';" href="http://gateway14.host.com">gateway14.host.com</a><span style=" font-family:'courier new'; color: #e0e0e0;">: got <br>
EchoPingHttps: </span><a style=" font-family:'courier new';" href="http://gateway17.host.com">gateway17.host.com</a><span style=" font-family:'courier new'; color: #e0e0e0;">: got <br>
Calling RRDs::update(/var/lib/smokeping/Host/Gateway14.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 1408650942:U:20:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U)<br>
Calling RRDs::update(/var/lib/smokeping/Host/Gateway17.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 1408650942: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>
<span style=" font-size: 9pt; color: #000000;">On Wed, Aug 20, 2014 at 3:54 PM, Gregory Sloop <</span></span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:gregs@sloop.net">gregs@sloop.net</a><span style=" font-family:'courier new'; font-size: 9pt;">> wrote:<br>
[Top post]<br>
<br>
I'm not sure about the second [manual] result, but the debug shows that TCPPing came back with:<br>
<span style=" font-size: 8pt;">uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10:ping11:ping12:ping13:ping14:ping15:ping16:ping17:ping18:ping19:ping20 1408568077: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>
<span style=" font-size: 9pt;">[U] - meaning unknown.<br>
<br>
Is it possible that the TCPPing executable isn't where you think [or somkeping] thinks it is, and/or can't run it for some reason?<br>
<br>
I don't think you should ever get an unknown - you should either get a result or a loss - but unknown may be what you get if SP can't run it properly.<br>
<br>
---<br>
One other issue, I see you're hitting the 443 [HTTP-SSL] port. I'd guess this may be part of the issue. I seem to recall issues getting TCPPing to work with SSL sessions properly - how are you going to validate a cert etc.<br>
<br>
For that, I think this would be more appropo:<br>
</span></span></span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://oss.oetiker.ch/smokeping/probe/EchoPingHttps.en.html">http://oss.oetiker.ch/smokeping/probe/EchoPingHttps.en.html</a> <br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">My gut says it's the HTTPS that's the problem, but both are worth looking into.<br>
<br>
HTH<br>
-Greg<br>
<br>
</span><table>
<tr>
<td width=2 bgcolor= #0000ff><br>
</td>
<td><span style=" font-family:'courier new'; font-size: 9pt;">Debian Lenny<br>
smokeping 2.003006<br>
<br>
Below is a copy of smoke ping debug output, along with the output of running the command manually. I'm not sure why, but I'm not see numerical values returned when running the command manually. I'm guess this is why no data is being logged in the graph. All rrd files are owned by smokeping:smokeping and are have perms of 755.<br>
<br>
Any thoughts?<br>
<br>
<span style=" font-size: 8pt;">user@server:/var/lib/smokeping/# smokeping --debug<br>
### assuming you are using an tcpping copy reporting in milliseconds<br>
### Compiling alert detector pattern 'startloss'<br>
### ==S,>0%,>0%,>0%<br>
sub { <br>
   my $d = shift;<br>
   my $y = $d->{loss};<br>
   for(1){<br>
       my $minlength = 4;<br>
       my $maxlength = 4;<br>
       next if scalar @$y < $minlength ;<br>
       next unless defined $y->[-4] and $y->[-4] eq 'S';<br>
       next unless defined $y->[-3]<br>
                       and $y->[-3] =~ /^\d/<br>
                       and $y->[-3] > 0;<br>
       next unless defined $y->[-2]<br>
                       and $y->[-2] =~ /^\d/<br>
                       and $y->[-2] > 0;<br>
       next unless defined $y->[-1]<br>
                       and $y->[-1] =~ /^\d/<br>
                       and $y->[-1] > 0;<br>
       return 1;<br>
   }<br>
   return 0;<br>
}<br>
<br>
### Compiling alert detector pattern 'rttdetect'<br>
### <10,<10,<10,<10,<10,<100,>100,>100,>100<br>
sub { <br>
   my $d = shift;<br>
   my $y = $d->{rtt};<br>
   for(1){<br>
       my $minlength = 9;<br>
       my $maxlength = 9;<br>
       next if scalar @$y < $minlength ;<br>
       next unless defined $y->[-9]<br>
                       and $y->[-9] =~ /^\d/<br>
                       and $y->[-9] < 0.01;<br>
       next unless defined $y->[-8]<br>
                       and $y->[-8] =~ /^\d/<br>
                       and $y->[-8] < 0.01;<br>
       next unless defined $y->[-7]<br>
                       and $y->[-7] =~ /^\d/<br>
                       and $y->[-7] < 0.01;<br>
       next unless defined $y->[-6]<br>
                       and $y->[-6] =~ /^\d/<br>
                       and $y->[-6] < 0.01;<br>
       next unless defined $y->[-5]<br>
                       and $y->[-5] =~ /^\d/<br>
                       and $y->[-5] < 0.01;<br>
       next unless defined $y->[-4]<br>
                       and $y->[-4] =~ /^\d/<br>
                       and $y->[-4] < 0.1;<br>
       next unless defined $y->[-3]<br>
                       and $y->[-3] =~ /^\d/<br>
                       and $y->[-3] > 0.1;<br>
       next unless defined $y->[-2]<br>
                       and $y->[-2] =~ /^\d/<br>
                       and $y->[-2] > 0.1;<br>
       next unless defined $y->[-1]<br>
                       and $y->[-1] =~ /^\d/<br>
                       and $y->[-1] > 0.1;<br>
       return 1;<br>
   }<br>
   return 0;<br>
}<br>
<br>
### Compiling alert detector pattern 'bigloss'<br>
### ==0%,==0%,==0%,==0%,>0%,>0%,>0%<br>
sub { <br>
   my $d = shift;<br>
   my $y = $d->{loss};<br>
   for(1){<br>
       my $minlength = 7;<br>
       my $maxlength = 7;<br>
       next if scalar @$y < $minlength ;<br>
       next unless defined $y->[-7]<br>
                       and $y->[-7] =~ /^\d/<br>
                       and $y->[-7] == 0;<br>
       next unless defined $y->[-6]<br>
                       and $y->[-6] =~ /^\d/<br>
                       and $y->[-6] == 0;<br>
       next unless defined $y->[-5]<br>
                       and $y->[-5] =~ /^\d/<br>
                       and $y->[-5] == 0;<br>
       next unless defined $y->[-4]<br>
                       and $y->[-4] =~ /^\d/<br>
                       and $y->[-4] == 0;<br>
       next unless defined $y->[-3]<br>
                       and $y->[-3] =~ /^\d/<br>
                       and $y->[-3] > 0;<br>
       next unless defined $y->[-2]<br>
                       and $y->[-2] =~ /^\d/<br>
                       and $y->[-2] > 0;<br>
       next unless defined $y->[-1]<br>
                       and $y->[-1] =~ /^\d/<br>
                       and $y->[-1] > 0;<br>
       return 1;<br>
   }<br>
   return 0;<br>
}<br>
<br>
### Compiling alert detector pattern 'someloss'<br>
### >0%,*12*,>0%,*12*,>0%<br>
sub { <br>
   my $d = shift;<br>
   my $y = $d->{loss};<br>
   for(1){<br>
       my $imax2 = min(@$y - 3, 12);<br>
       my $imax1 = min(@$y - 3, 12);<br>
       my $minlength = 3;<br>
       my $maxlength = 27;<br>
       next if scalar @$y < $minlength ;<br>
       my $i1;<br>
       for($i1=0; $i1 < min($maxlength,$imax1); $i1++){<br>
           my $i2;<br>
           for($i2=0; $i2 < min($maxlength-$i1,$imax2); $i2++){<br>
               next unless defined $y->[-3-$i1-$i2]<br>
                               and $y->[-3-$i1-$i2] =~ /^\d/<br>
                               and $y->[-3-$i1-$i2] > 0;<br>
               last;<br>
           }<br>
           return 0 if $i2 >= min($maxlength-$i1-$i2,$imax2);<br>
           next unless defined $y->[-2-$i1]<br>
                           and $y->[-2-$i1] =~ /^\d/<br>
                           and $y->[-2-$i1] > 0;<br>
           last;<br>
       }<br>
       return 0 if $i1 >= min($maxlength-$i1,$imax1);<br>
       next unless defined $y->[-1]<br>
                       and $y->[-1] =~ /^\d/<br>
                       and $y->[-1] > 0;<br>
       return 1;<br>
   }<br>
   return 0;<br>
}<br>
<br>
<br>
<br>
Smokeping version 2.003006 successfully launched.<br>
Not entering multiprocess mode with '--debug'. Use '--debug-daemon' for that.<br>
EchoPingHttps: probing 0 targets with step 300 s and offset 232 s.<br>
FPing: probing 0 targets with step 300 s and offset 232 s.<br>
TCPPing: probing 2 targets with step 300 s and offset 232 s.<br>
TCPPing: forks 5, timeout for each target 101<br>
TCPPing: Executing /usr/bin/tcpping -C -x 20 </span></span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://gateway17.jetpay.com">gateway17.jetpay.com</a><span style=" font-family:'courier new'; font-size: 9pt;"> 443<br>
TCPPing: Executing /usr/bin/tcpping -C -x 20 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://gateway14.jetpay.com">gateway14.jetpay.com</a><span style=" font-family:'courier new'; font-size: 9pt;"> 443<br>
TCPPing: </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://gateway14.jetpay.com">gateway14.jetpay.com</a><span style=" font-family:'courier new'; font-size: 9pt;">: got <br>
TCPPing: </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://gateway17.jetpay.com">gateway17.jetpay.com</a><span style=" font-family:'courier new'; font-size: 9pt;">: got <br>
Calling RRDs::update(/var/lib/smokeping/JetPay/Gateway14.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 1408568077:U:20:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U)<br>
Calling RRDs::update(/var/lib/smokeping/JetPay/Gateway17.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 1408568077: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>
-----------------------------------<br>
output from running the command manually<br>
-----------------------------------<br>
<br>
<span style=" font-size: 8pt;">user@server:/etc/smokeping/config.d# /usr/bin/tcpping -C -x 20 </span></span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://gateway14.jetpay.com">gateway14.jetpay.com</a><span style=" font-family:'courier new'; font-size: 9pt;"> 443<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://gateway14.jetpay.com">gateway14.jetpay.com</a><span style=" font-family:'courier new'; font-size: 9pt;"> : - - - - - - - - - - - - - - - - - - - -<br>
user@server:/etc/smokeping/config.d#</td>
</tr>
</table>
<br><br>
</td>
</tr>
</table>
<br><br>
<span style=" font-family:'arial'; 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';" 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>