zabbix / community-templates

Zabbix Community Templates repository
https://share.zabbix.com
MIT License
1.41k stars 1.82k forks source link

Error when import template community-templates/Storage_Devices/EMC/template_emc_unity/6.0/ #225

Open stborisov opened 1 year ago

stborisov commented 1 year ago

Hello! When i trying to import template template_emc_unity.yaml to zabbix i have an error: Invalid parameter "/1/request_method": value must be 0. image How can i resolve it?

byshido84 commented 1 year ago

The same problem with another template, downloaded from the same version of Zabbix 6.4.1.

mg42gears commented 1 year ago

Invalid parameter "/1/request_method": value must be 0. same 6.4.1 for a palo alto 6.0 template. any fixes?

panxibei commented 1 year ago

The same error message, even if importing other template files. From the following link I found the answer, maybe helpful for you all. https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/461658-error-importing-template

Template needs to be re-written. Just open the Template YAML-file and comment "request_method" strings with # Save it and import.

I deleted the whole line of "request_method" string and saved. Finally imported successfully.