|
|
| Author |
Message |
Willy Beginner
Joined: 09 Sep 2004 Posts: 3
|
Posted: Thu Sep 09, 2004 7:33 am Post subject: How to export graphs |
|
|
Is there any script avaliable to export graphs to html , something similar to export.php in cacti ?
I would like to run this script after every 10 min to get graphs of various servers in html files.
Is this possible ???
thanks in advance |
|
| Back to top |
|
 |
balleman Site Admin
Joined: 20 Jan 2003 Posts: 282
|
Posted: Thu Sep 09, 2004 12:56 pm Post subject: |
|
|
| We don't yet have such a feature. |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Thu Sep 09, 2004 3:29 pm Post subject: |
|
|
The best you could currently do (and this is a hack) is to get the URL to the 'get_graph.php' script (usually by right-clicking on the image and selecting 'copy image location), and add a '&debug=1' to the URL. When you issue this URL to your browser, you will get a whole bunch of debug information, some of which is the RRD command that is used to generate that particular command. You could use this command to put in a cron job that creates your graphs, but it would only function from the same box that NetMRG is installed on.
-Doug |
|
| Back to top |
|
 |
Willy Beginner
Joined: 09 Sep 2004 Posts: 3
|
Posted: Thu Sep 09, 2004 4:07 pm Post subject: thnks |
|
|
thanks for this.
But i feel u should consider as a new feature in your upcoming release.
thnks |
|
| Back to top |
|
 |
|