From: Florian Forster Date: Wed, 23 Jul 2008 15:20:55 +0000 (+0200) Subject: README: Added the `onewire' plugin. X-Git-Tag: collectd-4.5.0~92 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=e6c6914fe0ba2572f08276d4f78c07e888ef7a7c;p=collectd.git README: Added the `onewire' plugin. --- diff --git a/README b/README index 97119ac5..f41e720e 100644 --- a/README +++ b/README @@ -132,6 +132,9 @@ Features Network UPS tools: UPS current, voltage, power, charge, utilisation, temperature, etc. See upsd(8). + - onewire + Read onewire sensors using the owcapu library of the owfs project. + - perl The perl plugin implements a Perl-interpreter into collectd. You can write your own plugins in Perl and return arbitrary values using this @@ -361,6 +364,10 @@ Prerequisites can be used) Used by the `ping' plugin to send and receive ICMP packets. + * libowcapi (optional) + Used by the `onewire' plugin to read values from onewire sensors (or the + owserver(1) daemon). + * libpcap (optional) Used to capture packets by the `dns' plugin.