2009/3/31 Tarun Kumar <[email protected]>: > I have generated an agentX based subagent, but when I am running it, its > table handlers are never called. This MIB contains some scalars variables, > which are being called perfectly but some problem with the table handlers > e.g in the current case ppmPrinterTable_handler and ppmPortsTable_handler > are never called.
Have you actually initialised the tables with any content? The tdata helper knows what rows of the table are valid, and will call your handler with the appropriate row. If the table is empty, it will never call your handler, because there's nothing to report. Dave PS: Please do *not* post multiple copies of the same query. It's completely unnecessary, and only serves to increase the support load, and annoy the volunteers you are hoping will help you. ------------------------------------------------------------------------------ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
