From 70c3f77dac7cfe54de0b7e0de0fc2a69516632e4 Mon Sep 17 00:00:00 2001 From: Jan Vitek Date: Thu, 6 Jun 2013 15:20:04 +0200 Subject: [PATCH] added man page section for ModbusRegisterType --- src/collectd.conf.in | 1 + src/collectd.conf.pod | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 2454045d..51914e74 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -627,6 +627,7 @@ # # RegisterBase 1234 # RegisterType float +# ModbusRegisterType holding # Type gauge # Instance "..." # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 1588bf8b..1c5d110a 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2890,6 +2890,7 @@ B RegisterBase 0 RegisterType float + ModbusRegisterType holding Type voltage Instance "input-1" @@ -2897,6 +2898,7 @@ B RegisterBase 2 RegisterType float + ModbusRegisterType holding Type voltage Instance "input-2" @@ -2936,6 +2938,11 @@ Specifies what kind of data is returned by the device. If the type is B, B or B, two 16Ebit registers will be read and the data is combined into one value. Defaults to B. +=item B B|B + +Specifies register type to be collected from device. Works only with libmodbus +2.9.2 or higher. Defaults to B. + =item B I Specifies the "type" (data set) to use when dispatching the value to -- 2.30.2