node_rrd icon indicating copy to clipboard operation
node_rrd copied to clipboard

A node.js native binding for RRDtool (node rrd)

Results 10 node_rrd issues
Sort by recently updated
recently updated
newest added

I haven't tested this (beyond compilation) or added conditionals for old Node versions without the v8 Isolate argument.

I think this issue is similar to https://github.com/Orion98MC/node_rrd/issues/1 I had to install `librrd-dev` to get the npm install to work. Is there a way to avoid having to install librrd-dev...

so that the client can use it like: rrd.fetch(filename,...,function(t,d) { /\* do smthing _/ }).error(function(e){ /_ deal with error _/ }).done(function() { /_ happily handle results */ }); Took me...

enhancement

Can update multiple DS? Thanks for the project.

I installed your project on my raspberry pi jessie and I cannot install it.. ``` /tmp/node_rrd $ sudo npm -g install \ > [email protected] install /usr/local/lib/node_modules/rrd > node-gyp rebuild gyp...

Hi Team, I went to install the npm but i got lot of error while installing the files. please guide me how can i install the node rrd. I am...

Hi, I have a problem. I read the others issues and the installation procedure node_gyp, build-essentials and librrd-dev are installed on my system. I tried many times, same error... Could...

So, since my attempts to get this running on windows went unanswered I set up an Ubuntu box and did as the README suggested (git clone and then npm install...

Hi! I have built node_rrd on windows (7 32bit) but when I try to run an app that uses it I get this: ``` C:\node\hus\node_modules\rrd\node_modules\bindings\bindings.js:83 throw e ^ Error: The...

https://npmjs.org/package/rrd Suggest you call it node_rrd and publish to npm. Thanks!

enhancement