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)
* 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


No differences found