On Wed, 15 Nov 2017 09:11:04 -0700 Steve wrote:
SM> Hello, oh wise ones!

Welcome, grasshopper.

SM> But, my next plugin returns 31 values, and it pains me to think
SM> that my script will be called 31 times to get all the values in
SM> the table.... is there some way to pass all the values in a
SM> single call via PASS?

Nope. But you can try and do caching in the script, so the actual
work is only done for the first call, and subsequent calls use the
cached data for some period of time.

Regards,
Robert

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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