summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-28Release version 0.9.5v0.9.5Stef Walter
2009-10-28Setup git hooks properly when a new checkoutStef Walter
2009-10-24Add more MIB files from FreeBSD and BSNMPStef Walter
2009-10-24Support bracketted addresses.Stef Walter
2009-10-24Include necessary headerStef Walter
2009-10-24Support for multiple local sockets (ie: INET + INET6)Stef Walter
* Allows us to make ipv6 queries.
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.
2009-10-24Fix problem in parsing bracketed IPv6 addresses.Stef Walter
2009-10-24Fixes for OpenSolaris 0906Stef Walter
2009-09-24Ignore valgrind suppressions fileStef Walter
2009-09-24Support silent rules wherever possible.Stef Walter
2009-09-24Remove unused --enable-maintainer-mode option.Stef Walter
2009-09-24Clear correct variable.Stef Walter
Minor fix
2009-09-24Fix memory leak on exit.Stef Walter
Memory leak on exit (not a big deal) where host->prepared was not freed.
2009-09-24Clear up SNMP pdu after decoding.Stef Walter
This frees strings.
2009-09-17Ignore project filesStef Walter
2009-06-16Fix IPV6 address parsingStef Walter
2009-06-16Ignore built filesStef Walter
2009-03-25Trim values from the config file.Stef Walter
2009-03-25Add new jails MIB.Stef Walter
2009-01-19Add new MIBs to rrdbot.Stef Walter
2009-01-19Add support for creating multiple CFs in rrdbot-create. [Stoned Elipot]Stef Walter
2009-01-19Add UCD mib.Stef Walter
2009-01-16 - Add support for printing out MIB name in rrdbot-getStef Walter
2009-01-16Commit old release of 0.9.2Stef Walter
2008-07-29 - Add parameter to specify bind address.Stef Walter
2008-07-08 - Fix bug with table queries in rrdbot-getStef Walter
- rrdbot-get now prints out unsigned integers properly.
2008-04-16Release version 0.9Stef Walter
2008-04-16Support parsing strings into integers and floats.Stef Walter
2008-03-16Use GETNEXT for table queries in the rrdbot-get toolStef Walter
2008-03-15Don't bark on MIBs that are not recognized, ignore them and continue.Stef Walter
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-07Don't include errno in warning Stef Walter
2008-03-04Start polling right away rather than waiting for the first poll cycle.Stef Walter
2008-03-04Add a better message when rrdbot-get cannot contact the server.Stef Walter
2008-03-02More debug logging. Stef Walter
2008-03-02 - Support failover between multiple agentsStef Walter
- Support table queries - Major refactoring of internals.
2007-10-26Belated commit for rrdbot 0.8Stef Walter
2007-06-12Build stuffStef Walter
2007-06-12Fix assertion when reallocating for more requests. See #211Stef Walter
2007-05-28Use 'Stef' instead of 'Nate'Stef Walter
2006-12-09Release 0.5Stef Walter
2006-12-09Make things a little clearerStef Walter
2006-12-09Fix warningStef Walter
2006-12-09 - Fix bug where config files are not enumerated on reiserfs [benj]Stef Walter
2006-12-09 - Remove pid file when exiting [benj]Stef Walter
2006-12-09 - Fix bug where rrdbot-create ignored '-c' argument [benj]Stef Walter
2006-11-28Fixed asynchronous resolving on FreeBSDStef Walter
2006-11-28Fixed asynchronous resolving on FreeBSDStef Walter