Hello,
I wanted to get some insights how do you manage your templates as I was'nt able to find good information about this.
How do you develop, test and publish your templates between a test and prod environment?
I change them in an test environment and use Zabbix to edit the templates. Then I export them to prod and use git to version the templates. But sometimes exporting Zabbix templates from Zabbix changes the format or order of some templates, which makes it harder to track changes over time as git diff shows changed caused by formating changes which dont have an functional impact.
Do you always track template changes in new Zabbix releases and adopt them to your customized templates?
For me it seems valuable to check changed templates in new releases for improvements and bug fixes and apply those changes to my templates (which are based on the Zabbix templates).
I wanted to get some insights how do you manage your templates as I was'nt able to find good information about this.
How do you develop, test and publish your templates between a test and prod environment?
I change them in an test environment and use Zabbix to edit the templates. Then I export them to prod and use git to version the templates. But sometimes exporting Zabbix templates from Zabbix changes the format or order of some templates, which makes it harder to track changes over time as git diff shows changed caused by formating changes which dont have an functional impact.
Do you always track template changes in new Zabbix releases and adopt them to your customized templates?
For me it seems valuable to check changed templates in new releases for improvements and bug fixes and apply those changes to my templates (which are based on the Zabbix templates).
Comment