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
Hi, I'm trying to make some SNMP query to multiple hosts and multiples OIDs, but this error appears :
File "/home/user/.local/lib/python3.10/site-packages/fastsnmp/snmp_poller.py", line 253, in poller oids_to_poll.append("%s.%s" % (recv_job.main_oids[pos], last_seen_index[pos])) KeyError: 11
The text was updated successfully, but these errors were encountered:
Please, collect debug information with
fastsnmp.snmp_poller.DEBUG = True logging.basicConfig(level= logging.DEBUG, format="%(asctime)s %(name)s - %(filename)s:%(lineno)d - %(funcName)s() - %(levelname)s - %(message)s") ....
Sorry, something went wrong.
No branches or pull requests
Hi, I'm trying to make some SNMP query to multiple hosts and multiples OIDs, but this error appears :
File "/home/user/.local/lib/python3.10/site-packages/fastsnmp/snmp_poller.py", line 253, in poller oids_to_poll.append("%s.%s" % (recv_job.main_oids[pos], last_seen_index[pos])) KeyError: 11
The text was updated successfully, but these errors were encountered: