Hi,
How to change the default period timeline set to 1 hour in graphs. I,ve changed the latest data graphs to 4 hours by changing the following define value:
include/defines.inc.php
define('ZBX_PERIOD_DEFAULT', 14400);
but other graphs are still set to 1 hour by default.
Thanks
H-
How to change the default period timeline set to 1 hour in graphs. I,ve changed the latest data graphs to 4 hours by changing the following define value:
include/defines.inc.php
define('ZBX_PERIOD_DEFAULT', 14400);
but other graphs are still set to 1 hour by default.
Thanks
H-
Comment