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.
Updated by Paul K almost 10 years ago
Pull request https://github.com/pfsense/pfsense/pull/1494
Updated by Chris Buechler almost 10 years ago
- Assignee set to Chris Buechler
- Target version set to 2.2.1
Updated by Renato Botelho over 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Merged
Updated by Paul K over 9 years ago
Tested on 2.2 branch and it is working fine now.
Thanks for your feedback Renato.
Updated by Chris Buechler over 9 years ago
- Status changed from Feedback to Resolved
fixed, thanks Paul.
Actions