[collectd] collectd frequency of wakeup per plugin

Yves Mettier ymettier at free.fr
Sat Aug 16 00:49:46 CEST 2014


Hello,

I'm not sure to understand the problem.
But maybe the answer is in 
https://collectd.org/documentation/manpages/collectd.conf.5.shtml :

   <LoadPlugin df>
     Interval 3600
   </LoadPlugin>


In your case (every 30 seconds) :
<LoadPlugin mysql>
   Interval 30
</LoadPlugin>
<Plugin mysql>
your parameters here
</Plugin>

Regards
Yves

Le 2014-08-16 00:37, Stuart Cracraft a écrit :
> How does one control the
> per-plugin frequency of
> collectd collection for
> any given plugin?
> 
> The specific plugin is
> the MySQL plugin but
> has applicability to all
> obviously.
> 
> Thanks!!!
> 
> _______________________________________________
> collectd mailing list
> collectd at verplant.org
> http://mailman.verplant.org/listinfo/collectd



More information about the collectd mailing list