Actions
Bug #12710
closedDisabling DHCP Server RRD statistics does not work
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
22.05
Release Notes:
Default
Affected Version:
2.5.2
Affected Architecture:
Description
Seen on CE 2.5.2.
DHCP RRD stats can be enabled by a checkbox on the DHCP Services page, but disabling it on that page has no effect. Looking at /usr/local/www/services_dhcp.php
I see that enable_rrd_graphing()
is called when stats are enabled, but not when they are disabled. /usr/local/www/services_ntpd.php
has better code for this.
Workaround-ish: Toggle RRD stats for ntpd (saving each time) after disabling RRD stats for DHCP.
Actions