Question

My use case is that there are updates coming from multiple sources and i've to store sum of all updates. One way is that i create separate rrd files for each source and run a cron that stores sum to the aggregate rrd file.

I was wondering if there is a way (using rrdcached perhaps?) that all sources update to this single rrd file and all updates inside same step gets summed together and stored in rrd.

Please let me know if this is possible.

-- Thanks.

Was it helpful?

Solution

well you could log to a single rrd file using the ABSOLUTE data source type ...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top