summaryrefslogtreecommitdiff
path: root/daemon/poll-engine.c
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.
2008-04-16Support parsing strings into integers and floats.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-02More debug logging. Stef Walter
2008-03-02 - Support failover between multiple agentsStef Walter
- Support table queries - Major refactoring of internals.