Hello,
I want to use modbus in Zabbix.
For this purpose I installed zabbix_agent2.
What settings should I make in zabbix_agent2.conf file and what in modbus.conf file.
Currently I have configured modbus.conf like this
Plugins.Modbus.Timeout
Plugins.Modbus.Sessions.MB1.Endpoint=tcp://xxx.xxx.xxx.yyy:502 (xxx.xxx.xxx.yyy its modbus device address )
Plugins.Modbus.Sessions.MB1.SlaveID=1
Plugins.Modbus.Sessions.MB1.Timeout=10
But I don't know what settings to put on zabbix_agent2.conf
I want to use modbus in Zabbix.
For this purpose I installed zabbix_agent2.
What settings should I make in zabbix_agent2.conf file and what in modbus.conf file.
Currently I have configured modbus.conf like this
Plugins.Modbus.Timeout
Plugins.Modbus.Sessions.MB1.Endpoint=tcp://xxx.xxx.xxx.yyy:502 (xxx.xxx.xxx.yyy its modbus device address )
Plugins.Modbus.Sessions.MB1.SlaveID=1
Plugins.Modbus.Sessions.MB1.Timeout=10
But I don't know what settings to put on zabbix_agent2.conf
Comment