We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
I'd like dynamic OID creation In my project. For this I need get OID from request before doing agent.request() in code.
This option is not described in the documentation.
How I can get OID before processing client request?
The text was updated successfully, but these errors were encountered:
for (let x in handle.data) { mib.push({ oid: handle.data[x].oid, handler: function(pqr) { let val = snmp.data.createData({ type: 'OctetString', value: String(handle.data[x].value) }); snmp.provider.readOnlyScalar(pqr, val); } }); agent.request(mib); }
Sorry, something went wrong.
No branches or pull requests
Hello!
I'd like dynamic OID creation In my project.
For this I need get OID from request before doing agent.request() in code.
This option is not described in the documentation.
How I can get OID before processing client request?
The text was updated successfully, but these errors were encountered: