Hi all,
Not sure if this is the correct list for this question?
I'm hoping you can help me. I currently looking at building
some custom graphs using freechart and data from jrobin
databases populated by OpenNMS.
I would like to export the data from the RRDs as described
in the documentation, see below, but the classes
"ExportData" an a few others in the API documentation do not
seem to exist in 1.5.9.1.
1. Has this code been deprecated or rolled into another class?
2. Should i post future jrobin questions on opennms-devel list?
Hope you can help
Many thanks in advance
Olaf
Extract from
http://jrobin.cvs.sourceforge.net/viewvc/*checkout*/jrobin/doc/api/coreapi.html?revision=1.1.1.1
RrdGraphDef graphDef = new RrdGraphDef( startTime, endTime );
...
RrdGraph graph = new RrdGraph( graphDef );
// Save the graph image
graph.saveAsPNG( graphFile );
// Get the export data
ExportData data = graph.getExportData();
// Do something with the exported data
// Store max values in a relational database for example.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ
opennms-devel mailing list
To *unsubscribe* or change your subscription options, see the bottom of this
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel