-
Problem report
-
Resolution: Fixed
-
Blocker
-
2.5.0
-
Sprint 11, Sprint 30, Sprint 31, Sprint 32, Sprint 33, Sprint 34, Sprint 35, Sprint 36, Sprint 37, Sprint 38
-
1
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 ) )