-
Type:
Problem report
-
Resolution: Won't fix
-
Priority:
Trivial
-
None
-
Affects Version/s: 8.0.0beta1 (master)
-
Component/s: Agent2 (G), Agent2 plugin (G)
-
Environment:master
Description:
There is a behavioral difference between Zabbix 7.4 and the current master branch when processing long MQTT messages in mqtt.get items with topics containing “/”.
In master:
- The full message is not displayed in the hint box and History in Latest data (it appears truncated).
In Zabbix 7.4:
- The full message is correctly displayed in both the hint box and History in Latest data.
Precondition:
Message broker should be set up
Steps to reproduce:
- Go to "Host"
- Create item
- Type: "Zabbix agent (active)"
- Key: mqtt.get[localhost,"test/b"]
- Click "Update"
- Send long message to Item (300 characters)
- Go to "Latest data" and check message in hint box and History
Result:
Full message is not shown in hint box and History in Latest data on master
Please see screencast:
Expected:
Full message should be displayed