oetiker / RrdGraphJS

An interactive graphing component for RRDtool
http://www.rrdtool.org
GNU General Public License v2.0
54 stars 7 forks source link

External Access #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

How do I specift what the data source is? Can the data source be on one host and the client running d3 etc on another?

oetiker commented 7 years ago

the source can be anywhere ... note that you need a backend process which generates rrd png files on demand ... this script just causes request for these pngs to be generated.