-
Incident report
-
Resolution: Fixed
-
Major
-
1.8.21, 2.0.13, 2.2.6, 2.4.1
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'];