Hi,<br><br>I was trying to configure the rrdtool plugin to spread out writes to rrd files by setting the &quot;RandomTimeout&quot; value in rrdtool plugin configuration. <br>But I got a messaging saying &quot;Plugin `rrdtool&#39; did not register for value `RandomTimeout&#39;.&quot; when collectd were started. I did some more research and<br>
 it seems that the RandomTimeout patch might be added after the rpm package I am using was built.  I am using the latest collectd rpm I can found for CentOS,<br>which is collectd-4.7.2-1.el5.rf.src.rpm and was built on Wed 29 Jul 2009.<br>
<br>If the above is true , could anyone tell me where to find the patch and how to apply the patch to my rpm ( or if it&#39;s not a patch,<br>How can I add this functionality to the collectd rpm I am using)?<br><br>Otherwise, does anyone know what&#39;s wrong with my configuration? Here is the configuration of rrdtool:<br>
LoadPlugin rrdtool<br>&lt;Plugin rrdtool&gt;<br>        DataDir &quot;/usr/var/lib/collectd/rrd&quot;<br>        RRARows      2880<br>        RRATimespan  259200<br>        CacheTimeout 900<br>        CacheFlush   3600<br>
        RandomTimeout 10<br>&lt;/Plugin&gt;<br><br><br>On the other side, I also want the collection of the data be staggered so that the monitoring won&#39;t all occur in bursts.<br>Does collectd have this capability?<br>
<br>Thanks!<br>Jie<br>