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

Florian Forster octo at verplant.org
Thu Feb 23 10:43:14 CET 2012


 src/collectd.conf.in  |    1 +
 src/collectd.conf.pod |    5 +++
 src/sensors.c         |   76 +++++++++++++++++++++++++------------------------
 3 files changed, 45 insertions(+), 37 deletions(-)

New commits:
commit 8a92d10a6f95b5fc1f4b60deabc6d607a6870e2a
Merge: 0c6dcf3 725e010
Author: Florian Forster <github at nospam.verplant.org>
Date:   Thu Feb 23 01:37:42 2012 -0800

    Merge pull request #18 from octo/hmh/sensors
    
    sensors plugin: Fix initialization code.

commit 725e010404224185cdef5349a8f6564cc0ac6da9
Author: Florian Forster <octo at collectd.org>
Date:   Thu Feb 23 10:34:57 2012 +0100

    sensors plugin: Make "conffile" non-const.
    
    Change-Id: I0c718ee6cd727bd9868633312ea0f81a2b8f0e41

commit 34db352abc935543975ce1b4dc3a24af88782fd0
Author: Florian Forster <octo at collectd.org>
Date:   Thu Feb 23 10:28:30 2012 +0100

    collectd.conf(5): Document the "SensorConfigFile" option.
    
    Change-Id: I48ab713fbb7d0edefb6f3cb6948277144a66abdd

commit f72f96eda6dc9a8a910d931e11260e882c5daeb9
Author: Florian Forster <octo at collectd.org>
Date:   Thu Feb 23 10:23:27 2012 +0100

    sensors plugin: Fix memory leak in configuration; enhance comments.
    
    Change-Id: Ic4f9d2aae1aec9fbd83307fe3bb7d476f49f6827

commit 475906f5a5769b176aa7c1ad2ca06b58da95583c
Author: Henrique de Moraes Holschuh <hmh at debian.org>
Date:   Fri Oct 15 22:21:57 2010 -0300

    sensors plugin: Fix initialization code.
    
    Sensors often require scaling. Also, you often have to disable them, or name
    them.
    
    The libsensors config file provides all these facilities.  Without it, the
    sensor plugin is mostly useless except for some values that are often already
    properly scaled by the kernel (some temperatures, some fan tachometers).
    
    In particular, it is utterly useless for voltage monitoring outside of the 3.3V
    rails.
    
    The plugin should either evaluate the libsensors config files at startup, or it
    should provide facilities to give proper names and first-order polinomial
    scaling+offset.
    
    Change-Id: I97312bee5ca33fefe846a8cdc292818d46819574
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list