Feature #5387
closeddhcp server RRD graph
0%
Description
after adding the lease_counter to status_dhcp_leases.php, i've tried to get the same data into RRD.
please check PR and if possible provide some feedback
https://github.com/pfsense/pfsense/pull/2036
JV Updated by jeroen van breedam almost 11 years ago
steve_b merged the PR above.
i've further improved the graph by adding dhcp-range as a value (= range_to - range_from).
i've also modify the line-styles to make it look better.
the new version can be found here: https://github.com/pfsense/pfsense/pull/2054
CB Updated by Chris Buechler almost 11 years ago
- Category set to RRD Graphs
- Status changed from New to Feedback
merged, leaving for verification
JV Updated by jeroen van breedam almost 11 years ago
thanks for merging both PR's.
i'll read about the flaws / bugs / problems when you folks find the time to check it out.
CB Updated by Chris Buechler almost 11 years ago
the menu item for this isn't showing up on any systems I checked, something missed in the merges there? Only had time for a quick glance at the code.
JV Updated by jeroen van breedam almost 11 years ago
services_dhcp.php has a checkbox for each individual interface-tab, to enable the graphs. (graphs are disabled by default).
checkbox is located below 'static arp' & 'time format change'
JV Updated by jeroen van breedam almost 11 years ago
@Chris Buechler
thanks for the fixes.
will try to remember/study them, so you don't have to clean up (as much) in future contributions.
CB Updated by Chris Buechler almost 11 years ago
- Status changed from Feedback to Resolved
this all works, looks good