From: Florian Forster Date: Wed, 24 Mar 2010 13:07:48 +0000 (+0100) Subject: collectd.conf(5): Improve the synopsis for the "modbus" plugin. X-Git-Tag: collectd-4.10.0~28^2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5e712a9887a3c8a5e0a9c97a9a51cb3b069d52ce;p=collectd.git collectd.conf(5): Improve the synopsis for the "modbus" plugin. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 2fe82879..e85856ca 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1697,21 +1697,29 @@ values (two registers interpreted as IEEE floats in big endian notation). Synopsis: - - RegisterBase 1234 + + RegisterBase 0 RegisterType float - Type gauge - Instance "..." + Type voltage + Instance "input-1" - - Address "addr" - Port "1234" + + RegisterBase 2 + RegisterType float + Type voltage + Instance "input-2" + + + + Address "192.168.0.42" + Port "502" Interval 60 - + - Instance "foobar" # optional - Collect "data_name" + Instance "power-supply" + Collect "voltage-input-1" + Collect "voltage-input-2"