Hi All.
I have some questions about using a Macro on a Template.
The official documentation is here: https://www.zabbix.com/la/integrations/meraki
I have the template working, but autodiscover for a lot of devices that i dont want. On the docs there are a macro that can filter device names, but i dont know how use it on Zabbix.
Name: {$MERAKI.DEVICE.NAME.MATCHES}
Description: This macro is used in devices discovery. Can be overridden on the host or linked template level.
Default: .+
I want to select what devices show or detect in discovery, but i dont know hoy edit a put a value.
Could anybody help me?
Regards.
I have some questions about using a Macro on a Template.
The official documentation is here: https://www.zabbix.com/la/integrations/meraki
I have the template working, but autodiscover for a lot of devices that i dont want. On the docs there are a macro that can filter device names, but i dont know how use it on Zabbix.
Name: {$MERAKI.DEVICE.NAME.MATCHES}
Description: This macro is used in devices discovery. Can be overridden on the host or linked template level.
Default: .+
I want to select what devices show or detect in discovery, but i dont know hoy edit a put a value.
Could anybody help me?
Regards.
so it matches everything. You need to construct a regex that suits your needs and matches only names that you need.
Comment