-
Problem report
-
Resolution: Fixed
-
Major
-
4.0.22
-
None
-
Sprint 66 (Jul 2020), Sprint 67 (Aug 2020), Sprint 68 (Sep 2020), Sprint 69 (Oct 2020), Sprint 70 (Nov 2020)
-
1
Altough the use of positional macros ($1,$2… $9) is now deprecated,Webmonitoring items are still using $1, $2 macros in item names like below.
MariaDB [zabbix]> select hostid,hostid,name,key_ from items where hostid=10266; +--------+--------+------------------------------------------------+--------------------------------+ | hostid | hostid | name | key_ | | 10266 | 10266 | Download speed for scenario "$1". | web.test.in[$1,,bps] | | 10266 | 10266 | Download speed for step "$2" of scenario "$1". | web.test.in[$1,TT_test,bps] | | 10266 | 10266 | Response code for step "$2" of scenario "$1". | web.test.rspcode[$1,TT_test] | | 10266 | 10266 | Response time for step "$2" of scenario "$1". | web.test.time[$1,TT_test,resp] | +--------+--------+------------------------------------------------+--------------------------------+
Is Zabbix going to use positional ($1, $2, …) macros in Webmonitoring item names in the future, even after we can no longer use positional macros in item names?