On Fri, 23 Mar 2012 10:09:36 +0000 Rene Romijn r.romijn@deli-ict.nl wrote:
Create the file "logging.conf" in the same directory as the rest of your NAV config files (not the same as the logger.conf file). Add the following three lines:
[levels] nav.ipdevpoll = INFO .nav.ipdevpoll.plugins.bridge = DEBUG
I didn't write a leading dot in front of nav.ipdevpoll.plugins.bridge in my original message, I hope you didn't do that in logging.conf either...
Ok, i have done what you have asked and i added another Gbe2c to see how it will be populated. It does give some errors now:
I see the profiling job fails, that's interesting in itself, but unrelated to the issue at hand.
The bridge plugin doesn't report any findings of switch ports, which is strange. I want to add some more debugging to see if the bridge plugin is ever run (it runs in the inventory job, so the log messages marked as inventory are the interesting ones here).
Please add these three options to logging.conf and try again:
nav.ipdevpoll.jobs.jobhandler = DEBUG nav.ipdevpoll.jobs.jobhandler.timings = INFO nav.ipdevpoll.jobs.jobhandler.queue = INFO