Re: [opennms-devel] Debugging data collection

2008-05-29 Thread Bobby Krupczak
Hi! >I wonder if it would help if you added at 'toString' method to >XmpCollectionResource that gave more data. I added it and found/fixed some nits and am working on the next gotcha further down the indirection-chain. >The actual writing is done is BasePersister based on whether you

Re: [opennms-devel] Debugging data collection

2008-05-29 Thread Matt Brozowski
On Thu, May 29, 2008 at 12:13 PM, Bobby Krupczak <[EMAIL PROTECTED]> wrote: > Hi! > > > On May 29, 2008, at 11:04 AM, Bobby Krupczak wrote: > > > collectd log does not show anyhing meaningful (at least to me). There > > > is a note about "persisting data" for my XmpCollectionResource. > > > > Wha

Re: [opennms-devel] Debugging data collection

2008-05-29 Thread Bobby Krupczak
Hi! > On May 29, 2008, at 11:04 AM, Bobby Krupczak wrote: > > collectd log does not show anyhing meaningful (at least to me). There > > is a note about "persisting data" for my XmpCollectionResource. > > What's the message? A get a lot of these: collectd.log:2008-05-29 12:08:21,721 INFO [Coll

Re: [opennms-devel] Debugging data collection

2008-05-29 Thread Jeff Gehlbach
On May 29, 2008, at 11:04 AM, Bobby Krupczak wrote: > collectd log does not show anyhing meaningful (at least to me). There > is a note about "persisting data" for my XmpCollectionResource. What's the message? -jeff - This

Re: [opennms-devel] Debugging data collection

2008-05-29 Thread Bobby Krupczak
Hi! > On May 29, 2008, at 10:37 AM, Bobby Krupczak wrote: > > Are there any logs, settings, etc. that can help me track what > > happened to the data between passing it back from collect() and the > > rrd repository? > > I'll second Matt's suggestion about checking collectd.log and > queued.log

Re: [opennms-devel] Debugging data collection

2008-05-29 Thread Matt Brozowski
On Thu, May 29, 2008 at 10:55 AM, Jeff Gehlbach <[EMAIL PROTECTED]> wrote: > On May 29, 2008, at 10:37 AM, Bobby Krupczak wrote: > > Are there any logs, settings, etc. that can help me track what > > happened to the data between passing it back from collect() and the > > rrd repository? > > I'll s

Re: [opennms-devel] Debugging data collection

2008-05-29 Thread Jeff Gehlbach
On May 29, 2008, at 10:37 AM, Bobby Krupczak wrote: > Are there any logs, settings, etc. that can help me track what > happened to the data between passing it back from collect() and the > rrd repository? I'll second Matt's suggestion about checking collectd.log and queued.log. You could stop O

Re: [opennms-devel] Debugging data collection

2008-05-29 Thread Matt Brozowski
Well... If you write a collector you can use ThreadCategory to instanciate a logger that will put data in collectd.log All of the other logging for collectd will end up in collectd.log or queued.log (we have a special queuing mechanism for RRDs in order increase the data storage throughput) Occas

[opennms-devel] Debugging data collection

2008-05-29 Thread Bobby Krupczak
Hi! I'm developing a collector for a new management protocol and agent I've already developed. My collector is successfully obtaining data from my agents and is returning the data back to whatever invokes my collect() method. However, I do not see any of the data in the RRD repositorys. Are the