I am using v5.4.1 and use the MFD config to generate my tables. 

When the "container_load()" function is called for my table, it is possible 
that there is no data which should be placed into the table at that time.  When 
this occurs I return the MFD_RESOURCE_UNAVAILABLE return code from the 
container_load() function since I wanted to inform the user no data exists, 
however, I keep getting the following resulting text from the SNMP query:

   "No Such Object available on this agent at this OID"

This response makes it seem like the OID does not even exist in the MIB at all, 
which is not true so I would like to try to get a "data not available" response 
somehow.  

I tried returning MFD_SUCCESS and MFD_ERROR as well from the container_load() 
function but I always get the same query response text (see above) displayed.

Can someone help me figure out how to properly inform the user when no data 
exists in a Table.

Thanks



      
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to