[rrd-users] Consolidating to a Daily RRA

Simon Hobson linux at thehobsons.co.uk
Wed Mar 5 19:26:46 CET 2014


Not exactly scalable, but if the scripts are accessible (which I assume they are), then it would be relatively simple to add/subtract a set constant from the timestamps. In bash :
timestamp=$( date +%s )
timestamp=$(( ${timestamp} + ${offset} ))

It does mean your times will be out on graphs ... but dates would probably be OK.



More information about the rrd-users mailing list