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

item value not displayed in history view

    XMLWordPrintable

Details

    • Team D
    • Sprint 11, Sprint 30, Sprint 31, Sprint 32, Sprint 33, Sprint 34, Sprint 35, Sprint 36, Sprint 37, Sprint 38
    • 1

    Description

      a string type item has one value in the database.

      > select itemid,clock,ns from history_str where itemid=23661;
      +--------+------------+-----------+
      | itemid | clock      | ns        |
      +--------+------------+-----------+
      |  23661 | 1421679207 | 936770585 |
      +--------+------------+-----------+
      

      history page for this item does not show this value when 'all' is chosen for the period to display. clocks on zabbix server and the system that runs the browser are in sync.

      frontend debug shows that it requests values after the actual value timestamp from the api :

      (
          [history] => 1
          [itemids] => Array
              (
                  [0] => 23661
              )
      
          [output] => extend
          [sortorder] => DESC
          [time_from] => 1421679210
          [time_till] => 1421737761
          [limit] => 1000
          [sortfield] => Array
              (
                  [0] => itemid
                  [1] => clock
              )
      
      )
      

      Attachments

        Issue Links

          Activity

            People

              Miks.Kronkalns Miks Kronkalns
              richlv richlv
              Votes:
              3 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: