added man page section for ModbusRegisterType
authorJan Vitek <vitek@vitek-ThinkPad-T500.(none)>
Thu, 6 Jun 2013 13:20:04 +0000 (15:20 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 9 Dec 2014 23:36:43 +0000 (00:36 +0100)
src/collectd.conf.in
src/collectd.conf.pod

index 2454045..51914e7 100644 (file)
 #      <Data "data_name">
 #              RegisterBase 1234
 #              RegisterType float
+#              ModbusRegisterType holding
 #              Type gauge
 #              Instance "..."
 #      </Data>
index 1588bf8..1c5d110 100644 (file)
@@ -2890,6 +2890,7 @@ B<Synopsis:>
  <Data "voltage-input-1">
    RegisterBase 0
    RegisterType float
+   ModbusRegisterType holding
    Type voltage
    Instance "input-1"
  </Data>
@@ -2897,6 +2898,7 @@ B<Synopsis:>
  <Data "voltage-input-2">
    RegisterBase 2
    RegisterType float
+   ModbusRegisterType holding
    Type voltage
    Instance "input-2"
  </Data>
@@ -2936,6 +2938,11 @@ Specifies what kind of data is returned by the device. If the type is B<Int32>,
 B<Uint32> or B<Float>, two 16E<nbsp>bit registers will be read and the data is
 combined into one value. Defaults to B<Uint16>.
 
+=item B<ModbusRegisterType> B<holding>|B<input>
+
+Specifies register type to be collected from device. Works only with libmodbus
+2.9.2 or higher. Defaults to B<holding>.
+
 =item B<Type> I<Type>
 
 Specifies the "type" (data set) to use when dispatching the value to