If I ask this here it's because I'm using MeteorJS and I need to use RRD. I founded a node_rrd that do all I need to do right here.
The problem is that I have installed all these things in my terminal:
brew install rrdtool
meteor npm install rrd
meteor npm install rrdtool
meteor npm install node-rrdtool
I did the following install to because in dependencies they say that I need to do :
meteor npm install -g node-gyp
And when I do a console.log(rrd)
I have this:
{ RRD: { [Function: RRD] restore: [Function] } }
But when I want to create the file as in the basic usage I have an errro rrd.create is not a function
So my question is someone here has already worked with RRD on nodeJS ? Or Someone know how to install node_rrd ?