oetiker / rrdtool-1.x

RRDtool 1.x - Round Robin Database
http://www.rrdtool.org
GNU General Public License v2.0
1.02k stars 264 forks source link

Add xport for rrdtool-php modules #206

Open oetiker opened 12 years ago

oetiker commented 12 years ago

Don't know what's the better way to share my mini updated version of rrdtool-php module. Basically just added xport option for the module so I can use CDEF function. The return array is the same as rrd_fetch except [data] arrangement is different because rrd_xport_fn returns data differently. I've documented the change in README.

Thanks, Mark Lin

oetiker commented 12 years ago

[oetiker] Hi Mark,

Neat ... now if you did provide a Makefile.am so that I could include it in the bindings directory this would be even cooler.

cheers tobi

oetiker commented 12 years ago

[human] Tobi,

Can you point me some info on this Makefile.am, I don't mind do some more stuff if it makes easier to be included in the bindings dir. I've just gotten into C recently, still a lot to learn from.

Mark

oetiker commented 12 years ago

[human] Got it. Just download the rrdtool source package for Debian. It's only up to version 1.2.15, but let me see what I can do.