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. | |||
2008-04-16 | Support parsing strings into integers and floats. | 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-02 | More debug logging. | Stef Walter | |
2008-03-02 | - Support failover between multiple agents | Stef Walter | |
- Support table queries - Major refactoring of internals. |