summaryrefslogtreecommitdiff
path: root/daemon/rrdbotd.h
AgeCommit message (Collapse)Author
2009-10-24Add 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-24Remove 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-15Use 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 agentsStef Walter
- Support table queries - Major refactoring of internals.
2007-05-28Use 'Stef' instead of 'Nate'Stef Walter
2006-08-06Make sure that communities and/or versions are not inadventently mixed up.Stef Walter
2006-08-05Added asynchronous DNS resolver. See #47Stef Walter
2006-04-04Move functionality for parsing MIBs, SNMP into common files.Stef Walter
2006-01-28Clean up our value storage.Stef Walter
2006-01-28Move config parser stuff into common directory for use by other binaries.Stef Walter
2006-01-27Make the MIB directory configurable.Stef Walter
2006-01-27Added textual MIB parsing support. See #45Stef Walter
2006-01-27Move rrdbot code into right project.Stef Walter