-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Major
-
Affects Version/s: 8.0.0beta1 (master)
-
Component/s: Frontend (F)
-
S26-W16/17
The binary value of multibyte characters is not displayed as expected in some of the widgets, which have option of Show value for binary item. For example, item history or item card widget.
Steps to reproduce:
- Import host trapper_with_binary_item.yaml

- Add Item history widget on the dashboard, select item: bin
- Use base64 encoded value for trapper, for example: symbol: 🙂, encoded value: 8J+Zgg==
- Start the server, send the value to trapper:
./bin/zabbix_sender -z 127.0.0.1 -s test -k trap -o '8J+Zgg=='
- Observe results in latest data and item history widget for binary item
Result:
Latest data (display as plain text) contains the correct "8J+Zgg==" value.
Item history widget displays: "XDM2MFwyMzdcMjMxXDIwMg==", which looks like encoded "\360\237\231\202", which is the symbol "🙂" in UTF-8 octal representation.
See screenshot:Â
Widget:
![]()
Latest data:
Expected:
Widget should display same value as latest data.
See screenshot from 7.0, for same scenario:
- caused by
-
ZBXNEXT-10069 Item type JSON
-
- Closed
-