[ZBX-9236] item value not displayed in history view Created: 2015 Jan 20  Updated: 2024 Apr 10  Resolved: 2018 Jul 23

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 2.5.0
Fix Version/s: 3.0.20rc1, 3.4.12rc1

Type: Problem report Priority: Blocker
Reporter: richlv Assignee: Miks Kronkalns
Resolution: Fixed Votes: 3
Labels: history
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-11220 Last event is not visible when "All" ... Closed
is duplicated by ZBX-10060 Very first records from events and au... Closed
is duplicated by ZBX-12320 History doesn't contain oldest entry Closed
Team: Team D
Team: Team D
Sprint: Sprint 11, Sprint 30, Sprint 31, Sprint 32, Sprint 33, Sprint 34, Sprint 35, Sprint 36, Sprint 37, Sprint 38
Story Points: 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
        )

)


 Comments   
Comment by Ivo Kurzemnieks [ 2015 Mar 03 ]

(1) No translation string changes.

sasha CLOSED

Comment by Ivo Kurzemnieks [ 2015 Mar 03 ]

RESOLVED in svn://svn.zabbix.com/branches/dev/ZBX-9236

Comment by richlv [ 2015 May 08 ]

ZBX-9548 could be the same

Comment by Oleg Egorov (Inactive) [ 2015 Jul 14 ]

(2) Minor code improvements r54383

Comment by richlv [ 2015 Nov 29 ]

this has been sitting around for some 5 months - isn't there a risk of conflicts from not merging it for that long ?

iivs The last successful development branch update was on nov.23.

Comment by Ivo Kurzemnieks [ 2016 Feb 03 ]

Note: this is a problem with timebar which needs to be completely rewritten and the current solution doesn't even quite work. So this task is postponed till further notice.

Comment by richlv [ 2016 May 09 ]

ZBX-6384 is about the silent limit to 1000 by default, but is a different issue

Comment by richlv [ 2016 May 09 ]

note that this is not limited to a single value - this is related to the value timestamps instead.
for example, if a logfile item sends in many values with the same timestamp, they all will be missing.

Comment by Oleksii Zagorskyi [ 2016 May 09 ]

When current issue will be closed - would be nice to double check that ZBX-10060 is really duplicate it current one.

Comment by richlv [ 2016 May 10 ]

this also affects graphs, although it might be a bit less obvious there. the value with the oldest timestamp does not end up in the graph.

Comment by richlv [ 2017 Sep 06 ]

looks like this issue has accidentally been closed without any comments - reopening

Comment by Miks Kronkalns [ 2018 Jun 05 ]

Resolved in development branch svn://svn.zabbix.com/branches/dev/ZBX-9236,

Comment by Miks Kronkalns [ 2018 Jul 23 ]

Fixed in:

  • 3.0.20rc1 r82913
  • 3.4.12rc1 r82914
Generated at Fri Apr 19 20:07:55 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.