[collectd] quick reload

Andrés J. Díaz ajdiaz at connectical.com
Tue May 5 22:46:02 CEST 2009


Hi!

As fas as I known, there is no way to reload configuration without
restart the daemon, but I think you can use rrdcached instead of
rrdtool plugin (http://collectd.org/wiki/index.php/Plugin:RRDCacheD).
Unfortunately rrdcached is not available in latest rrdtool stable
tarball, you need to compile rrdtool from subversion branch. With
rrdcached you do not need to flush the data to disk when restart the
collectd daemon (rrdcached keep data in memory and flush when needed).

I use collectd with rrdcached from few months with good results, but I
have only ~20 rrds per host.

I hope to help you.

Regards,
  Andres

2009/5/5 János Prepuk <prepuk.janos at gmail.com>:
> Hi All,
>
> I have begun to test the collectd. I collect datas from ~100 devices with a
> lot of interfaces. Query interval is 300 sec. I use only rrdtool plugin.
> CacheTimeout is 1800 sec because of the IO problems.
> It works perfectly but there is a problem what I can't solve.
> If I add a new device to the config I have to restart the daemon. The
> restarting keeps about 6-7 minutes because of the flush, but while it takes
> the collection is paused. So the graph is always incomplete.
>
> Is there any solution for this problem? Could I load the config without
> restart?
>
> Thank you in advance.
>
> Regards,
>
> Janos Prepuk
>
>
> _______________________________________________
> collectd mailing list
> collectd at verplant.org
> http://mailman.verplant.org/listinfo/collectd
>
>



More information about the collectd mailing list