RRD Past month wrong data
-
I was digging through the config files and may have found a resolution for the past month data being incorrect on the RRD summary page.
file< /usr/local/www/status_rrd_summary.php > line 40
old
$lastmonth = fetch_rrd_summary($rrd, $lastmonth, $start 720*60);new
$lastmonth = fetch_rrd_summary($rrd, $lastmonth, $start); -
Thanks! Now RRD summary is spot on with my ISP
-
I was just notified that this was found in September; it is being fixed in a future release. Per < https://github.com/pfsense/FreeBSD-ports/pull/185 >
So the above should be a temporary fix if anyone wants to do it manually before its updated in a future patch.
-
This was cherry-picked into the RELENG_2_3_2 branch so an option to upgrade the package should be available soon.
-
THANK YOU!!!!! I've been waiting for this fix FOREVER. Glad to see this package fully working again.