[ZBX-21651] Import template with previous valuemap version fails Created: 2022 Sep 15 Updated: 2022 Oct 08 |
|
Status: | Confirmed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Frontend (F) |
Affects Version/s: | 6.0.8 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Major |
Reporter: | Antons Sincovs | Assignee: | Zabbix Development Team |
Resolution: | Unresolved | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
Description |
Steps to reproduce:
Result: Expected: |
Comments |
Comment by Antons Sincovs [ 2022 Sep 15 ] |
The workaround is to replace all occurrences of non-empty value map tags in the template source with an empty tag. For example: <valuemap> <name>Data Domain DiskState</name> </valuemap> to <valuemap/> Import the template and then manually add value maps on the template level |