Hi
I am developing an agentX sub-agent which monitors
rfc2788-based variables from other application
processes. The sub-agent sends  requests to and
receives results from those processs.  My MIB is a
table generated by mib2c tool using iterate.conf. One
row in the table corresponds to one application
process being monitored. The index has two keys
(record ID and process ID). If a process I am
moitoring is down, I want to delete the row for that
process. Right now, If I "snmpwalk" again after some
process dies, I got errors for those "dead" rows  - I
want snmpwalk to show only rows that correpond to
currently active application proceses. My MIB table
does not have RowStatus column. (I read somewhere that
RowStatus has to do with deleting the row.. but not
quite sure how to use it).

1. Under such circumstancess, is it possible to
implement deletion without having RowStatus column in
my MIB?

2. If so, how should I implement the deletion? Any
hints, pointers, examples?

3. mib2c does not generate any stub function to delete
a row. Is that because developer has to write on its
own?

Thanks
Steve


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
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