<div dir="ltr"><br><div>It doesn't work, if I try doing this for the memory plugin (which I haven't patched) with the following config:</div><div><br>Interval 15<br></div><div>LoadPlugin memory</div><div><Plugin "memory"><br>
            Interval                10<br></Plugin></div><div><br></div><div>This throws the following error:</div><div>Mar 11 07:28:55 rpm-i386 collectd[1196]: Found a configuration for the `memory' plugin, but the plugin isn't loaded or didn't register a configuration callback.</div>
<div><br></div><div>It then logs out at 15s intervals rather than the 10s.</div><div><br></div><div><br></div><div>Is there a different approach to the fix I should be taking?  I don't mind taking another look..</div>
<div><br></div><div>Cheers,</div><div>Lee H</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 10 March 2014 23:58, Manuel Luis Sanmartín Rozada <span dir="ltr"><<a href="mailto:manuel.luis@gmail.com" target="_blank">manuel.luis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello.<br><br><span lang="en"><span>If</span> <span>I understand you problem correctly,  you can use a function that collectd already have:<br>
set a plugin-specific interval for collecting metrics:<br>
<br></span></span>            <LoadPlugin cpu><br>              Interval 60<br>            </LoadPlugin><br><span lang="en"><span></span><span></span></span><br><span lang="en"><span>Or</span> <span>am I</span><span> missing something</span><span>?</span></span></div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Sun, Mar 9, 2014 at 6:47 PM, Lee Hardy <span dir="ltr"><<a href="mailto:lee@leeh.co.uk" target="_blank">lee@leeh.co.uk</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<div dir="ltr"><div>Hey,</div><div><br></div><div>I've updated the CPU interval patch to make it more generic, by adding a plugin_update_interval() function called as part of the config function so I can update other plugins more easily.</div>


<div><br></div><div>When the aggregation module is enabled for CPU information though, it seems to be throwing an error:</div><div>Mar  9 17:22:36 rpm-i386 collectd[26640]: plugin_value_list_clone: Unable to determine interval from context for value list "rpm-i386.build.local/aggregation-cpu-average/cpu-idle". This indicates a broken plugin. Please report this problem to the collectd mailing list or at <<a href="http://collectd.org/bugs/" target="_blank">http://collectd.org/bugs/</a>>.</div>


<div><br></div><div>This seems to happen even when I specify the interval via plugin_register_complex_read() as well, so I'm not entirely sure if I've missed something or there is some issue with the aggregation module.</div>


<div><br></div><div>Anyone have any ideas?</div><div><br></div><div>Cheers,</div><div>Lee H</div></div>
<br></div></div>_______________________________________________<br>
collectd mailing list<br>
<a href="mailto:collectd@verplant.org" target="_blank">collectd@verplant.org</a><br>
<a href="http://mailman.verplant.org/listinfo/collectd" target="_blank">http://mailman.verplant.org/listinfo/collectd</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>