[ZBXNEXT-5503] Convert all official Zabbix templates to the same version Created: 2019 Oct 15 Updated: 2020 Sep 03 Resolved: 2020 Sep 03 |
|
Status: | Closed |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | Templates (T) |
Affects Version/s: | 5.0.0alpha1 |
Fix Version/s: | None |
Type: | New Feature Request | Priority: | Minor |
Reporter: | Jan Garaj | Assignee: | Aleksandrs Larionovs (Inactive) |
Resolution: | Won't fix | Votes: | 2 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Description |
Could you convert all official templates (folder templates) to the same version, please? Output from master branch:
$ find . -name *.xml -exec grep "<version>" {} \; | sort | uniq -c | sort -rn
51 <version>4.4</version>
22 <version>4.0</version>
6 <version>4.2</version>
3 <version>3.4</version>
Thank you. |
Comments |
Comment by Aleksandrs Larionovs (Inactive) [ 2020 Sep 03 ] |
Templates are uploaded to the version supporting functionality. If old version of Zabbix does not support metric template is not updated. If you want to use the new template please update to the newer version. |