Hi @jangaraj,
I was testing your project, and there is a parsing issue with the trends storage period values.
See,
$ zabbix-template-converter -in zbx_export_templates.xml -out zbx_export_templates.yaml
Input XML file unmarshal error: strconv.ParseInt: parsing "365d": invalid syntax
$ grep -ri "365d" zbx_export_templates.xml | uniq -c
34 <trends>365d</trends>
Zabbix Version: 4.0.5
Or you can also write down in the README.md that the project only support Zabbix 4.4 upwards, which I realize after reading the code.
Hi @jangaraj,
I was testing your project, and there is a parsing issue with the trends storage period values.
See,
Zabbix Version: 4.0.5
Or you can also write down in the README.md that the project only support Zabbix 4.4 upwards, which I realize after reading the code.