summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-13Fix problem where rrd is not created if 'cf:' is presentHEADmasterStef Walter
2012-03-13Fix double free after parse failureStef Walter
2011-01-14Better message when can't listen on a port.Stef Walter
2011-01-14Ignore test directoryStef Walter
2011-01-11Release version 0.9.7Stef Walter
2010-12-08Fix problems with rollover of snmp ids overflowing integers.Stef Walter
2010-09-02Add real bsnmp-pcap MIB.Stef Walter
2009-10-31Release version 0.9.6v0.9.6Stef Walter
2009-10-29Skip local socket types that the OS doesn't support.Stef Walter
When binding to local addresses, certain OS configurations will return 'not supported' for various socket types, like ipv6. Skip those socket types when they come up.
2009-10-29Fix build problems on FreeBSDStef Walter
* Add <sys/socket.h> header * Remove unused variable
2009-10-29Trace the output of autogen.sh to follow progress easily.Stef Walter
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