Dear all,
we are using since some time Zabbix to monitor some modbus devices.
All was fine with analog devices, every item had a specific address.
Here an example of an item key: modbus.get[{$MB_TCP},255,,40004,,int16,,]
Where {$MB_TCP} is the ip address of the device tcp://ip
We are trying now to manage digital devices, every item has a specific bit on the same address.
We are not able to figure out how to manage different bits on Zabbix. On other modbus software we were used to define, for example, address.bit item.
Se we tried modbus.get[{$MB_TCP},255,1,40002.1,,bit,,] without success (Read Coil).
We kindly ask support to understand if there's a way to use Zabbix for this purpose.
Thanks in advance for the support.
Regards.
we are using since some time Zabbix to monitor some modbus devices.
All was fine with analog devices, every item had a specific address.
Here an example of an item key: modbus.get[{$MB_TCP},255,,40004,,int16,,]
Where {$MB_TCP} is the ip address of the device tcp://ip
We are trying now to manage digital devices, every item has a specific bit on the same address.
We are not able to figure out how to manage different bits on Zabbix. On other modbus software we were used to define, for example, address.bit item.
Se we tried modbus.get[{$MB_TCP},255,1,40002.1,,bit,,] without success (Read Coil).
We kindly ask support to understand if there's a way to use Zabbix for this purpose.
Thanks in advance for the support.
Regards.
Comment