<p>Thanks. I will try and will let you know how it goes.</p>
<div class="gmail_quote">On Oct 6, 2011 2:23 PM, "Niko Tyni" <<a href="mailto:ntyni%2Bsmokeping-users@mappi.helsinki.fi">ntyni+smokeping-users@mappi.helsinki.fi</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, Oct 06, 2011 at 11:12:19AM -0400, Stefano Pirello wrote:<br>
<br>
> I'm trying to make several instances of the Curl probe to set the Step<br>
> down to 30 versus the default of 300. But, when I do this I receive<br>
> the following error. Anyone have any suggestions?<br>
><br>
> Example Curl Instance:<br>
><br>
> +Curl<br>
><br>
> binary = /usr/bin/curl<br>
> forks = 5<br>
> offset = 50%<br>
> step = 300<br>
<br>
[...]<br>
<br>
> + CurlFast<br>
<br>
> #binary = /usr/bin/curl<br>
> #forks = 5<br>
> #offset = 50%<br>
> step = 30<br>
<br>
> require Smokeping::probes::CurlFast failed: Can't locate<br>
> Smokeping/probes/CurlFast.pm in @INC (@INC contains: ..<br>
<br>
This should be something like<br>
<br>
+Curl<br>
binary = /usr/bin/curl<br>
forks = 5<br>
offset = 50%<br>
step = 300<br>
++ CurlSlow<br>
<br>
++ CurlFast<br>
step = 30<br>
<br>
The '+Curl' section doesn't define a probe in itself because it has<br>
subsections. You could use just 'Curl' instead of 'CurlSlow' above<br>
for the first real probe name, but that makes it a bit more confusing.<br>
<br>
See example 3 in smokeping_examples(7).<br>
<br>
HTH,<br>
--<br>
Niko<br>
</blockquote></div>