From 4f131f704b069d8fa5b645fe41846d6f8e8afefb Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 7 Mar 2009 12:17:23 +0100 Subject: [PATCH] collectd.conf(5): Documented the ted plugin. --- src/collectd.conf.pod | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index d3240c94..22dc2638 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2791,6 +2791,37 @@ will be collected. =back +=head2 Plugin C + +The I plugin connects to a device of "The Energy Detective", a device to +measure power consumption. These devices are usually connected to a serial +(RS232) or USB port. The plugin opens a configured device and tries to read the +current energy readings. For more information on TED, visit +L. + +Available configuration options: + +=over 4 + +=item B I + +Path to the device on which TED is connected. collectd will need read and write +permissions on that file. + +Default: B + +=item B I + +Apparently reading from TED is not that reliable. You can therefore configure a +number of retries here. You only configure the I here, to if you +specify zero, one reading will be performed (but no retries if that fails); if +you specify three, a maximum of four readings are performed. Negative values +are illegal. + +Default: B<0> + +=back + =head2 Plugin C The C counts the number of currently established TCP -- 2.30.2