Hello everyone,
I have a Zabbix 6.0 server and proxy server. Both are setup as docker containers on separate machines and both also have a Zabbix agent running. This setup monitors close to 10,000 SNMP hosts and works really well. I've been tasked to look into MODBUS and see if we can monitor the MODBUS devices that are on the same network as all of our SNMP hosts. Each MODBUS unit has it's own individual IP and uses port 502. I wrote python code to test connectivity using the pyModbusTCP library and I can connect from the proxy server to the devices and query a MODBUS address at the device. IS there a good tutorial that walks through the setup required on the Zabbix server/proxy server to make this work? I'm very new to MODBUS and to be honest I don't see any item options for MODBUS in the item creation windows.
any help would be appreciated.
I have a Zabbix 6.0 server and proxy server. Both are setup as docker containers on separate machines and both also have a Zabbix agent running. This setup monitors close to 10,000 SNMP hosts and works really well. I've been tasked to look into MODBUS and see if we can monitor the MODBUS devices that are on the same network as all of our SNMP hosts. Each MODBUS unit has it's own individual IP and uses port 502. I wrote python code to test connectivity using the pyModbusTCP library and I can connect from the proxy server to the devices and query a MODBUS address at the device. IS there a good tutorial that walks through the setup required on the Zabbix server/proxy server to make this work? I'm very new to MODBUS and to be honest I don't see any item options for MODBUS in the item creation windows.
any help would be appreciated.
Comment