What is the way or best practice (if even possible) to have commas in macros, when they are used in keys?
key[arg1,{$MACRO}]
The commas in the macro is interpreted as argument separators. I find a few bug reports and forum posts addressing this without a solution, documentation or best practice. People have tried to quote the macro etc without success.
According to some posts there seem to be an undocumented feature where you use double-square-brackets [[ ]] which has some kind of function (yet, it would be a syntax error according to the official documentation https://www.zabbix.com/documentation...items/item/key).
Rumor has it that the sold support (important for the zabbix business model) have access to secret documentation. Is it available for purchase?
key[arg1,{$MACRO}]
The commas in the macro is interpreted as argument separators. I find a few bug reports and forum posts addressing this without a solution, documentation or best practice. People have tried to quote the macro etc without success.
According to some posts there seem to be an undocumented feature where you use double-square-brackets [[ ]] which has some kind of function (yet, it would be a syntax error according to the official documentation https://www.zabbix.com/documentation...items/item/key).
Rumor has it that the sold support (important for the zabbix business model) have access to secret documentation. Is it available for purchase?
Comment