Hello everyone!
I have the following scenario:
Zabbix Server on a ubuntu vm, Zabbix Proxy on a Raspberry PI, and a sensor device connected to the Raspberry PI via USB (USB convert RS485).
I tested a python script on the Raspberry PI and I can collect the data correctly from the equipment via modbus, that is, the communication via modbus between the raspberry pi and the equipment is working.
My goal: I want the Zabbix Proxy configured on the Raspberry to do this collection via modbus.
I tried to create a host (monitored by Proxy) and configure the following item:
Zabbix Agent (Active)
keys:
Modbus.get [“/ dev / ttyUSB0 9600 N", 01.04.0001.0001] or
Modbus.get [“/ dev / ttyUSB0: 9600: 8N", 01.04.0001.0001]
But it did not work. I don't know if the problem is in the item, host or proxy. I didn't find much information about Modbus.get on the internet.
Thanks in Advanced!
I have the following scenario:
Zabbix Server on a ubuntu vm, Zabbix Proxy on a Raspberry PI, and a sensor device connected to the Raspberry PI via USB (USB convert RS485).
I tested a python script on the Raspberry PI and I can collect the data correctly from the equipment via modbus, that is, the communication via modbus between the raspberry pi and the equipment is working.
My goal: I want the Zabbix Proxy configured on the Raspberry to do this collection via modbus.
I tried to create a host (monitored by Proxy) and configure the following item:
Zabbix Agent (Active)
keys:
Modbus.get [“/ dev / ttyUSB0 9600 N", 01.04.0001.0001] or
Modbus.get [“/ dev / ttyUSB0: 9600: 8N", 01.04.0001.0001]
But it did not work. I don't know if the problem is in the item, host or proxy. I didn't find much information about Modbus.get on the internet.
Thanks in Advanced!
Comment