Ad Widget

Collapse

Modbus cannot integrate with zabbix agent2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nczaw
    Member
    • Sep 2023
    • 31

    #1

    Modbus cannot integrate with zabbix agent2

    Hi all,
    I want to integrate Modbus TCP with Zabbix 7.0 LTS. I installed Zabbix Agent2 in my Zabbix server and can ping to Modbus device also. Below is my configurations.

    Currently I have configured modbus.conf like this

    Zabbix-agent2.config
    Plugins.Modbus.Timeout
    Plugins.Modbus.Sessions.MB1.Endpoint=tcp://192.168.68.75:502 (xxx.xxx.xxx.yyy its modbus device address )
    Plugins.Modbus.Sessions.MB1.SlaveID=6
    Plugins.Modbus.Sessions.MB1.Timeout=10

    Item tab
    Zabbix Agent(active)
    key : modbus.get[tcp://192.168.68.75:502,6,3,40257,2]
    Type of Info : Numeric

    Log error
    2024/06/27 13:01:26.026403 check 'modbus.get[tcp://192.168.68.75,6,3,40257,2,float]' is not supported : Unable to read: EOF
Working...