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

Florian Forster octo at verplant.org
Mon Feb 18 20:54:15 CET 2008


 contrib/migrate-3-4.px |    1 +
 src/collectd.conf.in   |    5 +++--
 src/collectd.conf.pod  |    7 +++++++
 src/hddtemp.c          |   27 +++++++++++++++++++--------
 src/rrdtool.c          |   19 +++++++++++++++++++
 5 files changed, 49 insertions(+), 10 deletions(-)

New commits:
commit f913353f1a0e3ab1c72785504bc9c7245ff69ee6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Feb 17 20:23:46 2008 +0100

    migrate-3-4.px: Do not translate the disk names used by hddtemp.
    
    In version 4, hddtemp still uses major/minor device numbers to identify disks.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 4cf9eb921f5994d4515613efa8739ce445cfd9a1
Merge: f99cbc5ea9873ce331c27fa698396fdc0cd02d68 7ab531887edb3758b6db0fc0c00aa4beee1bc3e2
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Feb 18 20:53:54 2008 +0100

    Merge branch 'collectd-4.2'

commit 7ab531887edb3758b6db0fc0c00aa4beee1bc3e2
Merge: edbd4701225af06e7c6fe3ecb3b1e3aa5833cbd0 8461fc51ea1af63b4d51c106d128716ecf95bf10
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Feb 18 20:53:44 2008 +0100

    Merge branch 'collectd-4.1' into collectd-4.2

commit f99cbc5ea9873ce331c27fa698396fdc0cd02d68
Merge: 7284486320eb036e9d4e60d2e68f4b05421ee785 24db3832cf2d74fe5425de379d10dc73d141c2f9
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Feb 18 20:53:32 2008 +0100

    Merge branch 'sh/hddtemp'

commit 24db3832cf2d74fe5425de379d10dc73d141c2f9
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Feb 17 20:22:49 2008 +0100

    hddtemp plugin, collectd.conf(5): Added "TranslateDevicename" config option.
    
    If enabled, translate the disk names to major/minor device numbers. For
    backwards compatibility this defaults to true but it it recommended to disable
    it as it will probably be removed in the next major version. Any other parts
    of collectd have changed in a similar way with version 4.0, so hddtemp should
    do so as well.
    
    This option is disabled in new versions of the config file.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 8461fc51ea1af63b4d51c106d128716ecf95bf10
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Feb 18 20:41:38 2008 +0100

    rrdtool plugin: Sort the list of user defined `RRATimespan's.
    
    This is required by the logic calculating the RRA sized.

commit 1dd26cb7bcd28a42b0114033e225549a6aea8c72
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Feb 11 11:18:58 2008 +0100

    contrib/migrate-3-4.px: Handle `hddtemp' graphs correctly.

commit edbd4701225af06e7c6fe3ecb3b1e3aa5833cbd0
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Jan 27 16:13:44 2008 +0100

    configure.in: Fixed handling of the --with-perl-bindings option.
    
    This option could not be disabled so far as this case has not been handled in
    the configure script. This patch fixes this issue.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list