[rrd-users] wrong rra used
Simon Hobson
linux at thehobsons.co.uk
Thu Jun 26 16:30:49 CEST 2014
spock <collector at sappers.de> wrote:
> Do you see any trick to create a single data point per day with the average
> value (temperature)?
You could create two RRDs - one with and one without a high resolution consolidation. Then you can use the two RRDs in the one graph.
Either modify your scripts to update both RRDs, or have another script that updates the second with data from the first. I'd recommend the former, the latter can be messy.
More information about the rrd-users
mailing list