I have this working for local RRDs, but the first line of the intro to the project says that javascriptRRD also works with remote files. Can you give me a hint on how to set this up?
"As the name implies (Javascript RRD), javascriptRRD is a javascript library for reading and interpreting RRD (Round Robind Database) files from both remote Web servers and local file directories."
-Dale Johnson
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What an incredible tool!!!
I have this working for local RRDs, but the first line of the intro to the project says that javascriptRRD also works with remote files. Can you give me a hint on how to set this up?
"As the name implies (Javascript RRD), javascriptRRD is a javascript library for reading and interpreting RRD (Round Robind Database) files from both remote Web servers and local file directories."
-Dale Johnson
The "remote files" line essentially means that you can load them in your Web browser via AJAX and then manipulate them in the Web browser itself.
All examples do it this way.
Hope this explains,
Igor