Merge branch 'collectd-4.2' into collectd-4.3
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 29 Mar 2008 09:52:45 +0000 (10:52 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 29 Mar 2008 09:52:45 +0000 (10:52 +0100)
Conflicts:

ChangeLog
version-gen.sh

ChangeLog
src/sensors.c

index fceab49..4f33a94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
          physical server. Thanks to Richard Jones from Red Hat's Emerging
          Technology group for this plugin.
 
+2008-03-29, Version 4.2.6
+       * collectd: Improved error messages when parsing the configuration.
+       * sensors plugin: Fix temperature collection with libsensors4.
+       * unixsock plugin: Fix mixed input and output operation on streams.
+       * wireless plugin: Fix reading noise value.
+
 2008-03-04, Version 4.2.5
        * apache plugin: Improved initialization and error messages.
        * exec plugin: Set supplementary group IDs.
index a96e04c..2a0a9ea 100644 (file)
@@ -580,7 +580,7 @@ static int sensors_read (void)
                        type = "fanspeed";
                else if (fl->feature->type
                                == SENSORS_FEATURE_TEMP)
-                       type = "input";
+                       type = "temperature";
                else
                        continue;