[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Jul 23 17:20:12 CEST 2008
configure.in | 48 ++++++++
src/Makefile.am | 11 ++
src/collectd.conf.pod | 48 +++++++-
src/onewire.c | 306 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 409 insertions(+), 4 deletions(-)
New commits:
commit 0421d0d777f6df3cf78fd5366c82b0ed7adb9684
Merge: c71b8d22d731098030a81dd974f2f76ac7f7b32e 92445ff3363441d0f515de4a3ab92a504cfc0366
Author: Florian Forster <octo at noris.net>
Date: Wed Jul 23 17:18:13 2008 +0200
Merge branch 'master' of git://git.verplant.org/collectd
commit c71b8d22d731098030a81dd974f2f76ac7f7b32e
Merge: 75fe98d21b7a5a1cffdd32311e8ab2f129b63902 9889df0d80d4d0f880a5b6c662307faa5d6ff617
Author: Florian Forster <octo at noris.net>
Date: Wed Jul 23 17:17:49 2008 +0200
Merge branch 'ff/owfs'
commit 75fe98d21b7a5a1cffdd32311e8ab2f129b63902
Author: Florian Forster <octo at noris.net>
Date: Wed Jul 23 17:16:50 2008 +0200
collectd.conf(5): inversed -> inverted
commit 9889df0d80d4d0f880a5b6c662307faa5d6ff617
Author: Florian Forster <octo at noris.net>
Date: Wed Jul 23 17:15:51 2008 +0200
collectd.conf(5): Documented the `onewire' plugin.
commit 11ba6e7c5a57c9bb73f389cfaf79b50b56b7544f
Author: Florian Forster <octo at noris.net>
Date: Wed Jul 23 16:44:40 2008 +0200
onewire plugin: Add a plugin to read onewire sensors.
This plugin allows to read _temperature_ sensors connected over a
onewire bus using the `owcapi' library from the `owfs' project. Other
sensors can be added easily, but without hardware to test this it's
kind of hard to be sure it all works.
ToDo's: Document the plugin, make the `Alias' configuration option work.
More information about the collectd-changes
mailing list