intellitrend / zabbix-csv-host-import-module

Zabbix frontend module for importing hosts via CSV files
GNU Lesser General Public License v3.0
32 stars 13 forks source link

[Feature] Add Macro Fields #15

Closed jrf115 closed 3 months ago

jrf115 commented 5 months ago

Would it be possible to add Hosts with multiple/different Macro values?

Ex: Host1, {$Macro1}="Value1", {$Macro2}="Value2"; Host2, {$Macro1}="Value1", {$Macro2}="Value3";

intellitrend-team commented 4 months ago

Hello! First of all, sorry for the late response.

It should be easily possible to add support for macros, as it mostly follows the syntax of tags. We might be able to add it before the next release.