Hi all,
First, thanks to all the people makes zabbix possible.
We are making a host template and have a doubt. This template have macros (empty) like name, etc.. I would configure the item zabbix trapper to catch the macro values and it works but not with key name.
Here the item:
{$MACRO1}.{$MACRO2}.item1 - The item name is populated with the host macro values with no problems.
Here the item key:
item1.check.pt1h["{$MACRO1}",common] - This is not populating the macro value.
Is it possible that was not supported? I check the documentation but not specifies if zabbix trapper items have compatibility with user macros.
Regards,
Eduard.
First, thanks to all the people makes zabbix possible.
We are making a host template and have a doubt. This template have macros (empty) like name, etc.. I would configure the item zabbix trapper to catch the macro values and it works but not with key name.
Here the item:
{$MACRO1}.{$MACRO2}.item1 - The item name is populated with the host macro values with no problems.
Here the item key:
item1.check.pt1h["{$MACRO1}",common] - This is not populating the macro value.
Is it possible that was not supported? I check the documentation but not specifies if zabbix trapper items have compatibility with user macros.
Regards,
Eduard.
Comment