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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top