Libzbxmodbus Versions Save

Loadable module to integrate Modbus (RTU, TCP and encapsulated) into Zabbix. Bulk data collection included.

v0.8

5 years ago

v0.7

6 years ago

Added 64bit datatypes:

  • SIGNED INT64 type - 'S'
  • FLOAT64 type - 'd'
  • UNSIGNED INT64 use capital 'I' and Numeric(Unsigned) in Zabbix see README for more details.

v0.6

7 years ago
  • Encapsulated Modbus (RTU over TCP) support. define such connection with 'enc://' prefix like 'enc://192.168.0.1'
  • TCP port can be set for the connection: like '192.168.0.1:5005'
  • Improved locking for multiple resources
  • libmodbus 3.1.4 as nested module
  • introduced shorter alias name for modbus_read_registers : modbus_read See README for more details.

v0.5

7 years ago

Timeout from zabbix config file is now used for setting modbus timeouts

v0.4

7 years ago
  • Zabbix 3.2 support. Use ./configure --enable-zabbix-3.2
  • small fixes in configure.ac

0.3

8 years ago
  • Zabbix 3.0 support
  • New signed integer data type support