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

"No item ID provided for screen element." when importing the screen with "Host time" clock

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Critical Critical
    • 2.5.0
    • 2.0.14, 2.2.9, 2.4.5
    • API (A)

      An export file contains incorrect information about such screen element:

      <screen_item>
          <resourcetype>7</resourcetype>
          <width>150</width>
          <height>150</height>
          <x>0</x>
          <y>1</y>
          <colspan>1</colspan>
          <rowspan>1</rowspan>
          <elements>0</elements>
          <valign>0</valign>
          <halign>0</halign>
          <style>2</style>
          <url/>
          <dynamic>0</dynamic>
          <sort_triggers>0</sort_triggers>
          <resource>23316</resource>
      </screen_item>
      

      <resource> tag should contain host name and item key:

      <resource>
          <host>Zabbix server</host>
          <key>system.localtime[local]</key>
      </resource>
      

            Unassigned Unassigned
            sasha Alexander Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: