RE: walk on one column in a table

2005-06-15 Thread Dave Shield
On Tue, 2005-06-14 at 21:03, Fong Tsui wrote: > DS> I suggested tweaking the 'name' parameter if there were > DS> no *rows* in the table - if it was completely empty. > DS> Now I'm not too surprised if this doesn't actually work > DS> I suspect that you may need to switch to using the v5 > DS> ha

RE: walk on one column in a table

2005-06-14 Thread Fong Tsui
DS> No - that's not what I said. I suggested tweaking the 'name' parameter if there were no *rows* in the table - if it was completely empty. The idea was to skip calling the same handler 50 times, each of which returned an empty column. DS> Note that the agent can't assume that a failure in one

RE: walk on one column in a table

2005-06-10 Thread Dave Shield
On Thu, 2005-06-09 at 19:21, Fong Tsui wrote: > On Wed, 08 Jun 2005 09:36:29 +0100 Dave wrote: > DS>> You might be able to short-circuit this by tweaking the > DS>> var_XXX() code, so that it updates the 'name' parameter > DS>> to refer to the *last* column in the table. But I'm not > DS>> 100% su

RE: walk on one column in a table

2005-06-09 Thread Fong Tsui
-Original Message- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 8:35 AM On Wed, 08 Jun 2005 09:36:29 +0100 Dave wrote: DS>> You might be able to short-circuit this by tweaking the DS>> var_XXX() code, so that it updates the 'name' parameter DS>> to refer to

Re: walk on one column in a table

2005-06-08 Thread Robert Story
On Wed, 08 Jun 2005 09:36:29 +0100 Dave wrote: DS> You might be able to short-circuit this by tweaking the DS> var_XXX() code, so that it updates the 'name' parameter DS> to refer to the *last* column in the table. But I'm not DS> 100% sure that will necessarily work. I think it would also qualif

Re: walk on one column in a table

2005-06-08 Thread Dave Shield
On Wed, 2005-06-08 at 00:20, Fong Tsui wrote: > When doing snmpwalk on a single column in a table which has 50 > columns, I found it queries data for all 50 columns and displays the > one needed. Itʼs wasting a lot by getting data not needed. > I am using oid-api (v5.0.9 on linux) Probably the b

walk on one column in a table

2005-06-07 Thread Fong Tsui
When doing snmpwalk on a single column in a table which has 50 columns, I found it queries data for all 50 columns and displays the one needed.  It’s wasting a lot by getting data not needed. Even walking an empty table; it goes through all columns in that table.   I am using oid-api (v5.