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

history.php returns more data than it is required

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 2.5.0
    • 1.8.21, 2.0.13, 2.2.6, 2.4.1
    • Frontend (F)

      Under ZBX-2201 the magic constant was added. Now history screen shows selected period of data plus 11 seconds.

      include/classes/screens/CScreenHistory.php
      $options['time_from'] = $stime - 10; // some seconds to allow script to execute
      $options['time_till'] = $stime + $this->timeline['period'];
      

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

              Created:
              Updated:
              Resolved: