-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 7.0.3rc1, 7.2.0alpha1
-
Component/s: Server (S), Templates (T)
-
None
-
Prev.Sprint, S24-W40/41
-
1
Clean up UUIDs for host elements in the default data (.tmpl files). Such elements exists in items table, can be retrieved with the following query:
select i.itemid,i.name,h.host,h.hostid,h.status,i.uuid from items i join hosts h on i.hostid=h.hostid where h.status<>3 and i.uuid<>'';