Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

alertedsnake/node-rrdtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-rrdtool

A node.js implementation of Tobi Oetiker's excellent RRDTool.

See http://www.mrtg.org/rrdtool/ for further information.

Status

Please note that this library is currently incomplete. Pull requests will be ignored until it is complete.

This version aims to support RRD files created on little-endian platforms (i.e. PCs running Linux/BSD), either 32 or 64bit. Only RRD version 3 and 4 files are supported.

Included libraries

I've included the jspack library (http://code.google.com/p/jspack) in this library because there is not currently a package obtainable via npm.

Contributors

This library borrows concepts and some code from javascriptRRD, which, as a whole, ended up being insufficient for my needs. It's designed to run in a browser, and to make an AJAX request for the entire RRD, then graph it using Flot, whereas I was looking to make a library that reads the file directly, and will work with node.js.

You can find this javascriptRRD library at http://javascriptrrd.sourceforge.net/

License

MIT License. See LICENSE.md

About

RRDTool for Node.js

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE.struct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published