On 13/07/07, johanfirdi <[EMAIL PROTECTED]> wrote:
>  I do snmpget to above oid, the result unchanged when I do snmpget again
> 10 seconds later, or 20 seconds later, still remain with old value.
> But after 30 seconds later, the value will changed.
> Any cache value stored in snmpd ?.

Yes.
The results of "pass" processing are typically cached for 30s.


> I read snmpd.conf, about stash_cache (that will refill value in cache
> after 30 seconds) ?

No - that's not the mechanism that is used here.
The cache is hardcoded into the routine 'get_exec_output()'
(in the file agent/mibgroup/util_funcs.c).

Try changing the value of NETSNMP_EXCACHTIME in the
header file include/net-snmp/net-snmp-config.h (and possibly
net-snmp-config.h.in as well).   Then recompile.

We could really do with reworking this module to use the
cache helper.   That would allow the cache timeout to be
controlled dynamically (via the nsCacheTable).   But until
this is done, you'll have to recompile the code, as above.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to