Actions
Regression #14418
closedRRD Summary prints zero in all data fields
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
When RRD Summary tries to fetch data for specific time ranges, the commands it runs fail.
For example it tries to run:
/usr/local/bin/rrdtool fetch '/var/db/rrd/wan-traffic.rrd' AVERAGE -r 86400 -s 'epoch+1682899200s' -e 'epoch+1684972800s'
Which results in the following error:
ERROR: the first entry to fetch should be after 1980
The same command works on previous versions, even on 23.01.
Changing the command to use just the timestamps instead of epoch+<x>s
seems to get output but it's not identical output. Might be close enough, though.
Actions