Actions
Bug #4434
closedEnabling NTP graphs does not take effect right away
Start date:
02/15/2015
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2
Affected Architecture:
Description
When enabling NTP RRD graphs nothing happens first time NTP page is submitted.
Graphs are enabled if page is submitted second time or system is rebooted.
This happens because system calls function enable_rrd_graphing() before setting $config['ntpd']['statsgraph'] variable and code within the function checks variable to see if NTP graphs must be enabled.
Actions