Ad Widget

Collapse

Read Modbus Values - First Steps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ck_coke
    Junior Member
    • Jul 2024
    • 1

    #1

    Read Modbus Values - First Steps

    Hi,

    I'm completely new to Zabbix.
    I managed to set up some hosts and get their Ping status via ICMP.
    Now I want to grab some Modbus TCP data from these hosts.

    On the console it works like this:

    Query:
    Code:
    zabbix_agent2 --test "modbus.get[tcp://192.168.78.10:502,2,3,31249,4,int32,be,0]"
    Reply:
    Code:
    modbus.get[tcp://192.168.78.10:502,2,3,31249,4,int32,be,0][s|[-386872,-259914,-1,-1]]


    How can I get this into a host via the GUI of Zabbix?

    Thanks!
Working...