rrdtool plugin: Fix flushing
authorPavel Rochnyack <pavel2000@ngs.ru>
Sun, 16 Jul 2017 15:56:05 +0000 (22:56 +0700)
committerFlorian Forster <octo@collectd.org>
Thu, 20 Jul 2017 05:52:08 +0000 (07:52 +0200)
commitc7cbb2af24de8b33186dd45b5731b87ea7152173
tree68b5fa1b66f98a0190350994e4d53e20829ec781
parent2e1a81e3a2ab194db4c78a0f54fe4551b9ec34db
rrdtool plugin: Fix flushing

* Value from wrong option was passed to rrd_cache_flush()
* Variable cache_flush_timeout was used as cdtime_t type time while value was set as simple seconds
* Added info message about CacheFlush ajusting
* Documentation updated
src/collectd.conf.pod
src/rrdtool.c