full disclosure

Has anyone attempted setting up a script to pull some of those beautiful NodeWorx graphs to a web directory to be displayed publicly? :rolleyes:

Any thoughts on the concept?

Glad you like the graphs qwidjib0 :).

I’m not sure anyone has done it yet, but with a little reading of the rrdtool docs it should be very easy. All of the data for the graphs is stored in RRD files. These RRD files can be fed directly to the rrdtool binary to create all sorts of graphs.

The RRD files in iworx-cp are stored in /home/interworx/var/lib/rrd

Check out the rrdtool graph docs at: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/doc/rrdgraph.en.html

Chris

This may be helpful too:

http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/doc/rrdgraph_examples.en.html

Chris