Code

timeseries::rrdtool: Added a plugin to fetch time-series from RRD files.
authorSebastian Harl <sh@tokkee.org>
Thu, 21 Aug 2014 03:19:47 +0000 (20:19 -0700)
committerSebastian Harl <sh@tokkee.org>
Thu, 21 Aug 2014 03:19:47 +0000 (20:19 -0700)
commitd289c0a9d042a06acc60d4d8d915787268f25bb2
treeabe0b213429b3cfa55857d9968244948733873fb
parentd9b993fd5dc195e819a142b039d25d768d5c711c
timeseries::rrdtool: Added a plugin to fetch time-series from RRD files.

Obviously, the plugin requires librrd. The configure script checks for librrd
using pkg-config.
configure.ac
src/Makefile.am
src/plugins/timeseries/rrdtool.c [new file with mode: 0644]