rrdtool plugin: Reduce the filesize of files created per default.
authorThorsten von Eicken <tve@voneicken.com>
Sun, 30 Mar 2008 17:16:20 +0000 (19:16 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 30 Mar 2008 17:16:20 +0000 (19:16 +0200)
commite8871c4de3f5f070efe3461a1362ccee4d5dec58
treec7a8ad92e7a2e9aecbc086de5effa0d72b894068
parent027646f9ac16dfd384209c3132891e102e22e735
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
src/rrdtool.c