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@verplant.org
http://mailman.verplant.org/listinfo/collectd

_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to