-
Problem report
-
Resolution: Unresolved
-
Minor
-
None
-
5.4.4, 5.4.6
-
None
Given the following template that has been imported:
zabbix_export: version: '5.4' date: '2021-10-13T08:10:37Z' groups: - uuid: 7df96b18c230490a9a0a9e2307226338 name: Templates templates: - uuid: 6ae1386dc0b343618f32fa5c505d9da6 template: 'Template A' name: 'Template A' groups: - name: Templates items: - uuid: 4a071e749cb347478404a37c4f5eaf45 name: 'Test item' type: SCRIPT key: test.item_a history: 14d trends: '0' value_type: TEXT params: 'return "a";' inventory_link: NAME
When you change the key for the item, and try to import it again, Zabbix returns the error:
Two items ("Test item" and "Test item") cannot populate one host inventory field "Name", this would lead to a conflict.
I would expect it to be possible to change the key of an item that has an inventory field selected.