I have trouble with delivering data from zabbix_sender to item with user macro defined.
OS version:
Server version:
Host 'dev-test-7' has user macro defined

Also this host have items configured. One with macro, one static.

Delivering data from zabbix_sender works only for static item.
Please help me solve this problem.
OS version:
Code:
root@lora:/var/log/zabbix# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionic
Code:
root@lora:/var/log/zabbix# zabbix_server -V zabbix_server (Zabbix) 5.4.12 Revision 9bd5a418b8 4 April 2022, compilation time: Apr 4 2022 08:20:16
Also this host have items configured. One with macro, one static.
Delivering data from zabbix_sender works only for static item.
Code:
root@lora:/var/log/zabbix# zabbix_sender -z 127.0.0.1 -s dev-test-7 -k rs485_[2] -o 2 Response from "127.0.0.1:10051": "processed: 1; failed: 0; total: 1; seconds spent: 0.000066" sent: 1; skipped: 0; total: 1 root@lora:/var/log/zabbix# zabbix_sender -z 127.0.0.1 -s dev-test-7 -k rs485[2] -o 2 Response from "127.0.0.1:10051": "processed: 0; failed: 1; total: 1; seconds spent: 0.000036" sent: 1; skipped: 0; total: 1
Comment