Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-24994

Clean up UUIDs for host elements in the default data (.tmpl files).

XMLWordPrintable

    • 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<>''; 

            jiljina Juliana Iljina
            asestakovs Aleksejs Sestakovs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: