[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.0'
Florian Forster
octo at verplant.org
Wed Sep 12 09:14:56 CEST 2007
src/rrdtool.c | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)
New commits:
commit 9d52ed5f71a44d896d35346141d9481dc4133954
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Sep 12 09:14:45 2007 +0200
rrdtool plugin: Use `-b' (begin) when creating rrd-files.
When receiving data from a host that has a clock that lacks behind the servers
clock, the newly created rrd-files had a timestamp that was ten seconds in the
past from the server's point of view. If the client was, for example, 10:00
minutes late, there would therefore be 9:50 minutes of invalid data which cause
warnings, empty graphs and overall missery. This commit changes this behavior
to not use the default `begin' time but set it explicitely based on the
client's time.
More information about the collectd-changes
mailing list