Hello all,
is there anybody who knows how to work with Modbus devices? Recently we received one but I have no idea how to make it work.
I already tried to follow this https://www.zabbix.com/cz/integrations/modbus but no joy.
I installed Zabbix Agent 2 on the server as a requirement, stopped Zabbix Agent(1), and verified that Zabbix Agent 2 is running. Then I edited zabbix_agent2.conf:
After that, I restarted the Zabbix Agent 2 service. I created a new host with IP address 192.168.1.50 and left the default port 10050. But Zabbix says:
Get value from agent failed: cannot connect to [[192.168.1.50]:10050]: [111] Connection refused
Also I am not sure how to configure an item. What is the correct Type (Zabbix Agent, Simple check, etc) and Key?
Zabbix version: 5.0
Zabbix server: 192.168.1.20
Modbus device: 192.168.1.50
Thank you.
is there anybody who knows how to work with Modbus devices? Recently we received one but I have no idea how to make it work.
I already tried to follow this https://www.zabbix.com/cz/integrations/modbus but no joy.
I installed Zabbix Agent 2 on the server as a requirement, stopped Zabbix Agent(1), and verified that Zabbix Agent 2 is running. Then I edited zabbix_agent2.conf:
Code:
Server=192.168.1.20 ServerActive=192.168.1.20 Hostname=Zabbix server Plugins.Modbus.Sessions.MB1.Endpoint=tcp://192.168.1.20:502 Plugins.Modbus.Sessions.MB1.SlaveID=1 Plugins.Modbus.Sessions.MB1.Timeout=5
Get value from agent failed: cannot connect to [[192.168.1.50]:10050]: [111] Connection refused
Also I am not sure how to configure an item. What is the correct Type (Zabbix Agent, Simple check, etc) and Key?
Zabbix version: 5.0
Zabbix server: 192.168.1.20
Modbus device: 192.168.1.50
Thank you.
Comment