[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Mar 30 19:20:11 CEST 2008
src/rrdtool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit e8871c4de3f5f070efe3461a1362ccee4d5dec58
Author: Thorsten von Eicken <tve at voneicken.com>
Date: Sun Mar 30 19:16:20 2008 +0200
rrdtool plugin: Reduce the filesize of files created per default.
When creating an RRD file, the rrdtool plugin doesn't do what it's supposed to
do. Instead of creating 5 RRAs it creates 4 and in doing so it skips the first
one. The result is about 2x the number of datapoints total. The fix below works
for me. It's for 4.2.2 but it looks like this hasn't changed in the latest 4.3
beta.
Resolves: #5
More information about the collectd-changes
mailing list