On May 14, 2008, at 9:32 AM, Les Mikesell wrote: > I think there is an example for writing these values to rrd's > somewhere.
All data collected by the OpenNMS collectors (except for strings) is written to RRDs, regardless of the protocol used to collect the data. > Is it also possible to add database fields and keep the most recent > value there? Not without code modifications. What would you do with that data? It might be easier to modify your data collection config to persist the attributes that you're interested in as strings in addition to their numeric form. Then you could externally harvest the attributes' raw values from the strings.properties files within the RRD repository. -jeff ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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
