Re: Cache timeout configuration

2009-06-16 Thread Wes Hardaker
> On Tue, 16 Jun 2009 08:37:13 +0100, Dave Shield > said: [FYI, I agree you've agreed on your agreements and I too agree] DS> Of course, if you don't load the MIBs, then you need to specify numeric DS> OIDs in the config file - and that would apply to the new cache timeout DS> directive

Re: Cache timeout configuration

2009-06-16 Thread Dave Shield
2009/6/16 Robert Story : > DS> No - it means that MIB object names in the config file would be converted > DS> to numeric OIDs, presumably by the config parsing routine. > DS> > DS> Internally the comparisons would be of numeric OIDs, yes. > DS> But the user visible config could use names or number

Re: Cache timeout configuration

2009-06-15 Thread Robert Story
On Mon, 15 Jun 2009 22:21:27 +0100 Dave wrote: DS> 2009/6/15 Robert Story : DS> > if internal to the cache helper,  that would mean OIDs in the conf file, since DS> > that's all the cache helper is passed.. DS> DS> No - it means that MIB object names in the config file would be converted DS> to n

Re: Cache timeout configuration

2009-06-15 Thread Dave Shield
2009/6/15 Robert Story : > if internal to the cache helper,  that would mean OIDs in the conf file, since > that's all the cache helper is passed.. No - it means that MIB object names in the config file would be converted to numeric OIDs, presumably by the config parsing routine. Internally the c

Re: Cache timeout configuration

2009-06-15 Thread Robert Story
On Mon, 15 Jun 2009 21:14:06 +0100 Dave wrote: DS> > "cacheTime ifTable 30"... stuff the key/value pairs DS> > into one of dave's slists, and add lookup in the table init call.. DS> DS> DS> I was actually thinking more along the lines of the table DS> initialisation code being left as it

Cache timeout configuration

2009-06-15 Thread Dave Shield
> "cacheTime ifTable 30"... stuff the key/value pairs > into one of dave's slists, and add lookup in the table init call.. I was actually thinking more along the lines of the table initialisation code being left as it stands, and dealing with the timeout configuration/lookup within the c