Mark Abrahams

Results 25 comments of Mark Abrahams

This bug was logged for Capacitor v4.1.0, and I can confirm that the bug still exists in a monorepo using v5.0.3 (i.e. upgrading to v5 doesn't fix this issue). The...

Thanks for providing your use case @christopher-nielsen-ny! I've implemented an OID translation function now. Documentation is here: https://github.com/markabrahams/node-net-snmp?tab=readme-ov-file#storetranslate-oid-destinationformat Translates OIDs between three formats: - OidFormat.oid - canonical (numerical) OID format...

Hi @abutcher-gh - thanks for the PR! The `defVal` in the provider definition aims to capture the intent of the DEFVAL MIB clause in the SNMP RFCs. RFC 2578 Section...

Hi @thom-nic - your custom handler function can do arbitrary processing whenever the agent processes a Get/Set/GetNext request, but agent calls the handler function after it first finds an existing...

Hi @thom-nic - yes, if you are able to keep the number of rows accurate in each table, that would ensure the correct OIDs are always always found for Get/GetNext,...