My question should have been more specific..the Table function is
invoked when a get request comes in...
and UPSALARMID  is built...but it never comes back for the remaining
columns.(At least that is how it seems
to me)...I thought it would come back and ask for UPSALARMDESCR...but
it does not seem to.


 switch(vp->magic) {
   case UPSALARMID:
       VAR = VALUE;    /* XXX */
       return (u_char*) &VAR;
   case UPSALARMDESCR:
       VAR = VALUE;    /* XXX */
       return (u_char*) &VAR;
   case UPSALARMTIME:
       VAR = VALUE;    /* XXX */
       return (u_char*) &VAR;
   default:
     ERROR_MSG("");

Thank you!
-Mike

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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