-
Problem report
-
Resolution: Duplicate
-
Trivial
-
None
-
7.0.0
-
None
Steps to reproduce:
- Go to git.zabbix.com
- Download template for version 7.0, for example: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/zabbix_proxy/template_app_zabbix_proxy.yaml?at=refs%2Fheads%2Frelease%2F7.0
- Try to import it in Zabbix 7.0
Result:
You will get the following error:
This is due, for some reason, to the following part of the template:
preprocessing: - type: CHANGE_PER_SECOND
If you change every occurrence to the following, you will be able to go ahead:
preprocessing: - type: CHANGE_PER_SECOND parameters: - ''
But even after changing all occurrences, if you try to import the template, you will get the following error:
But this time I'm unable to locate in the template what this is related to.
Expected: Successful import
- duplicates
-
ZBX-24868 the tag "parameters" is missing.
- Reopened