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
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
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
-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
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
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
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.