Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-24 | Add back support for ports in snmp urls. | Stef Walter | |
* Note that for urls like: snmp://host1,host2:161/xxx the port applies to both hosts. | |||
2009-10-24 | Remove usage of sock_any calls. | Stef Walter | |
* This allows us to properly handle complex addresses with things like %eth0 on the end, etc... * Also removes support for unix sockets, which didn't really make sense in an snmp context anyway. Not sure how that code was usable. | |||
2008-03-15 | Use SNMP GETNEXT requests for the table queries. | Stef Walter | |
Make table queries more efficient by combining match/value in the same request whenever we've already gotten a match previously. | |||
2008-03-02 | - Support failover between multiple agents | Stef Walter | |
- Support table queries - Major refactoring of internals. | |||
2007-05-28 | Use 'Stef' instead of 'Nate' | Stef Walter | |
2006-08-06 | Make sure that communities and/or versions are not inadventently mixed up. | Stef Walter | |
2006-08-05 | Added asynchronous DNS resolver. See #47 | Stef Walter | |
2006-04-04 | Move functionality for parsing MIBs, SNMP into common files. | Stef Walter | |
2006-01-28 | Clean up our value storage. | Stef Walter | |
2006-01-28 | Move config parser stuff into common directory for use by other binaries. | Stef Walter | |
2006-01-27 | Make the MIB directory configurable. | Stef Walter | |
2006-01-27 | Added textual MIB parsing support. See #45 | Stef Walter | |
2006-01-27 | Move rrdbot code into right project. | Stef Walter | |