On 10/05/07, Hamid Taromian <[EMAIL PROTECTED]> wrote:
> i am using a delmod so for my development.
> when the data which i want the agent to get is changed , i have to restart
> the agent to refresh the data .what should i do?

How does the agent retrieve the information that it's reporting?
Does it do this as part of the init routine, or in response to incoming
requests?
  The most flexible way to handle this would be either to read this
as part of the MIB handler (fresh data every time), or use the
'cache' helper.   Either of those should give you (relatively) up-to-date
information.

The fact that you're using dlmod is irrelevant to this problem.

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
  • dlmod Hamid Taromian
    • Re: dlmod Dave Shield

Reply via email to