fastsnmp icon indicating copy to clipboard operation
fastsnmp copied to clipboard

Fast SNMP poller

Results 7 fastsnmp issues
Sort by recently updated
recently updated
newest added

like snmp poller is there a way to use setsnmp using fastsnmp

Support for SNMP v2 traps would be nice. I actually have it working and could provide a pull request but it's such a small change I'm not sure it's worth...

When installing I get the following deprecation warning from pip: `DEPRECATION: fastsnmp is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the...

while querying i got these prompt and if i add [list(oid_group)] instead of (oid_group.keys(),) the output is in loop it doesn't break

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:...

Hi, Kindly guide me on how to poll SNMP version 3 devices

Hello, As you can see in the following example, it's very expensive to get metrics with less complexity. ``` python def masac_poller(device_type, timeout, retries, sqlitedbtable, banned): """ Fetch SNMP metrics...