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

Florian Forster octo at verplant.org
Wed Mar 26 13:48:12 CET 2008


 src/sensors.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d3482c65a00342de681e777c74108734ece0eab
Author: Peter Holik <peter at holik.at>
Date:   Wed Mar 26 13:48:09 2008 +0100

    sensors plugin: Simple fix for temperature sensors.
    
    Hi everybody!
    
    While playing with sensors i missed temperature rrd files:
    
    --- sensors.c.orig      2008-03-25 14:58:21.000000000 +0100
    +++ sensors.c   2008-03-25 14:58:27.000000000 +0100
    @@ -580,7 +580,7 @@
                            type = "fanspeed";
                    else if (fl->feature->type
                                    == SENSORS_FEATURE_TEMP)
    -                       type = "input";
    +                       type = "temperature";
                    else
                            continue;
    
    because this type got registered as input and "input" is not in types.db
    
    after configuring with --enable-debug i saw a log:
    
    No such dataset registered: input
    
    should that be also without --enable-debug in my syslog?
    
    cu Peter




More information about the collectd-changes mailing list