<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, &quot;Niko Tyni&quot; &lt;<a href="mailto:ntyni%2Bsmokeping-users@mappi.helsinki.fi">ntyni+smokeping-users@mappi.helsinki.fi</a>&gt; 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>
&gt; I&#39;m trying to make several instances of the Curl probe to set the Step<br>
&gt; down to 30 versus the default of 300.  But, when I do this I receive<br>
&gt; the following error.  Anyone have any suggestions?<br>
&gt;<br>
&gt; Example Curl Instance:<br>
&gt;<br>
&gt; +Curl<br>
&gt;<br>
&gt; binary = /usr/bin/curl<br>
&gt; forks = 5<br>
&gt; offset = 50%<br>
&gt; step = 300<br>
<br>
[...]<br>
<br>
&gt; + CurlFast<br>
<br>
&gt; #binary = /usr/bin/curl<br>
&gt; #forks = 5<br>
&gt; #offset = 50%<br>
&gt; step = 30<br>
<br>
&gt; require Smokeping::probes::CurlFast failed: Can&#39;t locate<br>
&gt; 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 &#39;+Curl&#39; section doesn&#39;t define a probe in itself because it has<br>
subsections. You could use just &#39;Curl&#39; instead of &#39;CurlSlow&#39; 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>