[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.6'

Florian Forster octo at verplant.org
Fri May 29 13:52:56 CEST 2009


 ChangeLog             |   42 +++++++++++++-------------
 src/collectd.conf.in  |    9 +++++
 src/collectd.conf.pod |   79 ++++++++++++++++++++++++++----------------------
 src/configfile.c      |   13 +++++---
 4 files changed, 81 insertions(+), 62 deletions(-)

New commits:
commit 4002244a84042ff194f80a9f158705664a697d1e
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 27 21:58:00 2009 +0200

    ChangeLog: Fixed sorting of entries.

commit 1b92a7aa5cb90a36380680d1ee4f68e87896e35f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu May 28 11:15:41 2009 +0200

    configfile.c: Fixed Include'ing empty files.
    
    When including empty files, a typo prevented that the "Include" child (of the
    config parse tree) was removed correctly, leaving behind garbage which in turn
    led to a segfault if the Include option was not the last element of the config
    file.
    
    Also, another Include option following the inclusion of an empty file used to
    be ignored. This has been fixed as well.

commit 4201b3dd5ddc8cf41fd904625e8716a34a53f420
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 27 13:51:05 2009 +0200

    collectd.conf(5): Fixed alphabetic sorting of plugins.

commit c16c87053165a07fdeb6d5469085142ff87a2ecb
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 27 13:38:05 2009 +0200

    collectd.conf(5): Mark {Min,Max}PGVersion as deprecated.
    
    Instead, document the {Min,Max}Version options.

commit d3a52ccd1bef9ed76d6374f9312668153fbbcb01
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 27 13:06:10 2009 +0200

    collectd.conf: Added a sample ipmi config block.




More information about the collectd-changes mailing list