Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | Fix problem where rrd is not created if 'cf:' is presentHEADmaster | Stef Walter | |
2012-03-13 | Fix double free after parse failure | Stef Walter | |
2011-01-14 | Better message when can't listen on a port. | Stef Walter | |
2011-01-14 | Ignore test directory | Stef Walter | |
2011-01-11 | Release version 0.9.7 | Stef Walter | |
2010-12-08 | Fix problems with rollover of snmp ids overflowing integers. | Stef Walter | |
2010-09-02 | Add real bsnmp-pcap MIB. | Stef Walter | |
2009-10-31 | Release version 0.9.6v0.9.6 | Stef Walter | |
2009-10-29 | Skip 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-29 | Fix build problems on FreeBSD | Stef Walter | |
* Add <sys/socket.h> header * Remove unused variable | |||
2009-10-29 | Trace the output of autogen.sh to follow progress easily. | Stef Walter | |
2009-10-28 | Release version 0.9.5v0.9.5 | Stef Walter | |
2009-10-28 | Setup git hooks properly when a new checkout | Stef Walter | |
2009-10-24 | Add more MIB files from FreeBSD and BSNMP | Stef Walter | |
2009-10-24 | Support bracketted addresses. | Stef Walter | |
2009-10-24 | Include necessary header | Stef Walter | |
2009-10-24 | Support for multiple local sockets (ie: INET + INET6) | Stef Walter | |
* Allows us to make ipv6 queries. | |||
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. | |||
2009-10-24 | Fix problem in parsing bracketed IPv6 addresses. | Stef Walter | |
2009-10-24 | Fixes for OpenSolaris 0906 | Stef Walter | |
2009-09-24 | Ignore valgrind suppressions file | Stef Walter | |
2009-09-24 | Support silent rules wherever possible. | Stef Walter | |
2009-09-24 | Remove unused --enable-maintainer-mode option. | Stef Walter | |
2009-09-24 | Clear correct variable. | Stef Walter | |
Minor fix | |||
2009-09-24 | Fix memory leak on exit. | Stef Walter | |
Memory leak on exit (not a big deal) where host->prepared was not freed. | |||
2009-09-24 | Clear up SNMP pdu after decoding. | Stef Walter | |
This frees strings. | |||
2009-09-17 | Ignore project files | Stef Walter | |
2009-06-16 | Fix IPV6 address parsing | Stef Walter | |
2009-06-16 | Ignore built files | Stef Walter | |
2009-03-25 | Trim values from the config file. | Stef Walter | |
2009-03-25 | Add new jails MIB. | Stef Walter | |
2009-01-19 | Add new MIBs to rrdbot. | Stef Walter | |
2009-01-19 | Add support for creating multiple CFs in rrdbot-create. [Stoned Elipot] | Stef Walter | |
2009-01-19 | Add UCD mib. | Stef Walter | |
2009-01-16 | - Add support for printing out MIB name in rrdbot-get | Stef Walter | |
2009-01-16 | Commit old release of 0.9.2 | Stef Walter | |
2008-07-29 | - Add parameter to specify bind address. | Stef Walter | |
2008-07-08 | - Fix bug with table queries in rrdbot-get | Stef Walter | |
- rrdbot-get now prints out unsigned integers properly. | |||
2008-04-16 | Release version 0.9 | Stef Walter | |
2008-04-16 | Support parsing strings into integers and floats. | Stef Walter | |
2008-03-16 | Use GETNEXT for table queries in the rrdbot-get tool | Stef Walter | |
2008-03-15 | Don't bark on MIBs that are not recognized, ignore them and continue. | Stef Walter | |
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-07 | Don't include errno in warning | Stef Walter | |
2008-03-04 | Start polling right away rather than waiting for the first poll cycle. | Stef Walter | |
2008-03-04 | Add a better message when rrdbot-get cannot contact the server. | Stef Walter | |
2008-03-02 | More debug logging. | Stef Walter | |
2008-03-02 | - Support failover between multiple agents | Stef Walter | |
- Support table queries - Major refactoring of internals. | |||
2007-10-26 | Belated commit for rrdbot 0.8 | Stef Walter | |