summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9fff9ca)
raw | patch | inline | side by side (parent: 9fff9ca)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 27 Aug 2008 06:55:49 +0000 (08:55 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 27 Aug 2008 06:55:49 +0000 (08:55 +0200) |
README | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
index eddf432cf4119b284611cbff44f8de696e920a20..58ce45d3790a852f31aa3024709824ce1909c015 100644 (file)
--- a/README
+++ b/README
Network UPS tools: UPS current, voltage, power, charge, utilisation,
temperature, etc. See upsd(8).
- - onewire
+ - onewire (EXPERIMENTAL!)
Read onewire sensors using the owcapu library of the owfs project.
+ Please read in collectd.conf(5) why this plugin is experimental.
- perl
The perl plugin implements a Perl-interpreter into collectd. You can
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 038def1b516eb49014505b1754f5ad5cebdefad4..8893a4eca90c389d5104c1e97afc507ce2ce1099 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=head2 Plugin C<onewire>
+B<EXPERIMENTAL!> See notes below.
+
The C<onewire> plugin uses the B<owcapi> library from the B<owfs> project
L<http://owfs.org/> to read sensors connected via the onewire bus.
=back
+B<EXPERIMENTAL!> The C<onewire> plugin is experimental, because it doesn't yet
+work with big setups. It works with one sensor being attached to one
+controller, but as soon as you throw in a couple more senors and maybe a hub
+or two, reading all values will take more than ten seconds (the default
+interval). We will probably add some separate thread for reading the sensors
+and some cache or something like that, but it's not done yet. We will try to
+maintain backwards compatibility in the future, but we can't probmise. So in
+short: If it works for you: Great! But kaap in mind that the config I<might>
+change, though this is unlikely. Oh, and if you want to help improving this
+plugin, just send a short notice to the mailing list. ThanksE<nbsp>:)
+
=head2 Plugin C<perl>
This plugin embeds a Perl-interpreter into collectd and provides an interface