mrRobit / Zabbix_templates

11 stars 12 forks source link

Template incompatibility with Zabbix 6.0 #5

Closed marcop82 closed 1 year ago

marcop82 commented 2 years ago

When importing the template, the following error is given: Cannot import template "Template Palo Alto Firewall", linked template "Template Module Interfaces SNMPv2" does not exist.

This is easily fixed by changing the name of the linked template in the template file to "Interfaces SNMP", which seems to be the correct version that's compatible (https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/module/interfaces_snmp)

seanmmitchell commented 1 year ago

After renaming, importing succeeded for me.

fersion commented 1 year ago

When importing the template, the following error is given: Cannot import template "Template Palo Alto Firewall", linked template "Template Module Interfaces SNMPv2" does not exist.

This is easily fixed by changing the name of the linked template in the template file to "Interfaces SNMP", which seems to be the correct version that's compatible (https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/module/interfaces_snmp)

This also fixed the issue for me. Thank you for this!

mrRobit commented 1 year ago

I removed this linked template, as I do not have direct impact on it. You can still add it separately. which is also stated in the ReadMe file. Thanks