snmpbot
snmpbot copied to clipboard
Golang SNMP library + SNMP REST API
Fixes #15 A MIB has a primary OID used for resolving/formatting IDs like `TEST-MIB.1.2.1`, but it also has a set of OIDs to cover all objects/tables within the MIB. This...
Some common MIBs like [`SNMPv2-MIB`](http://www.net-snmp.org/docs/mibs/SNMPv2-MIB.txt) and [`IF-MIB`](http://www.net-snmp.org/docs/mibs/IF-MIB.txt) contain objects in multiple different OID trees. While the top-level OID for the SNMPv2-MIB itself is `.1.3.6.1.6.3.1`, most of the interesting objects are...
The will only [probe](https://github.com/qmsk/snmpbot/blob/26c0bee65c3e2d547a99de7caf851965befc94a5/server/host.go#L34) each host once when loading a new host. The probing determines the supported host MIBs and the Online state, so if the probe fails, then the...
There is currently no rate-limit on the number of parallel queries for a `server.Host`... I'm afraid some cheaply implemented network devices will choke if they get too many concurrent requests,...