[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.3'
Florian Forster
octo at verplant.org
Sat Mar 29 11:31:26 CET 2008
ChangeLog | 15 +++++++++++++++
src/sensors.c | 2 +-
version-gen.sh | 2 +-
3 files changed, 17 insertions(+), 2 deletions(-)
New commits:
commit a962cc65ed7e9fd1c26ee5f4172d3d0b82c8ec5f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Mar 29 11:07:13 2008 +0100
Bumped version to 4.3.2; Updated ChangeLog.
commit b92c090faa534fd75ab184afe425331e06b74d0b
Merge: e88e5b49dd3cc026d162b64ca100415481756169 ed4c90542af0142d6dc8f05517d17c46668ad60b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Mar 29 10:52:45 2008 +0100
Merge branch 'collectd-4.2' into collectd-4.3
Conflicts:
ChangeLog
version-gen.sh
commit ed4c90542af0142d6dc8f05517d17c46668ad60b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Mar 29 10:34:46 2008 +0100
Bumped version to 4.2.6
commit 2bb6e9373e1e0bac1d151cb3506c56be519927ad
Author: Florian Forster <octo at noris.net>
Date: Thu Mar 27 17:52:53 2008 +0100
ChangeLog: Added changes since 4.2.5.
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